Skip to content

Commit 3fc6f92

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.5...v0.7.3)
1 parent a3272ea commit 3fc6f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
exclude: "setup.cfg"
@@ -34,7 +34,7 @@ repos:
3434
args: ["--in-place"]
3535

3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.17
37+
rev: 0.7.18
3838
hooks:
3939
- id: mdformat
4040
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
)
4949
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.6.5
51+
rev: v0.7.3
5252
hooks:
5353
- id: ruff
5454
args: ["--fix"]

0 commit comments

Comments
 (0)