We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe9206 commit 1f2eb2aCopy full SHA for 1f2eb2a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: "v5.0.0"
+ rev: "v6.0.0"
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.12.5"
+ rev: "v0.12.8"
20
21
# id: ruff-check would go here if using both
22
- id: ruff-format
0 commit comments