Skip to content

Commit bca4c88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.7.2](astral-sh/ruff-pre-commit@v0.1.6...v0.7.2)
1 parent 94e86f4 commit bca4c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
repos:
55

66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-json
1010
- id: check-yaml
@@ -14,7 +14,7 @@ repos:
1414
exclude: ^tests/.*\.txt
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.1.6
17+
rev: v0.7.2
1818
hooks:
1919
- id: ruff
2020
args: [--fix]

0 commit comments

Comments
 (0)