Skip to content

Commit 4544ebe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/crate-ci/typos: v1.28.3 → v1.28.4](crate-ci/typos@v1.28.3...v1.28.4)
1 parent 4ed3f11 commit 4544ebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.3
28+
rev: v0.8.4
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: refurb
3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.19
37+
rev: 0.7.21
3838
hooks:
3939
- id: mdformat
4040
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
4444
]
4545
files: (README\.md)
4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.19
47+
rev: 0.7.21
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies: [
@@ -59,7 +59,7 @@ repos:
5959
- id: nbstripout
6060
exclude: (docs)
6161
- repo: https://github.com/crate-ci/typos
62-
rev: v1.28.3
62+
rev: v1.28.4
6363
hooks:
6464
- id: typos
6565
exclude: (\.ipynb)

0 commit comments

Comments
 (0)