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.
2 parents 08395e9 + 3e6b81f commit b5b4a38Copy full SHA for b5b4a38
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: json/
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-ast
8
- id: check-json
@@ -16,7 +16,7 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.6.8"
+ rev: "v0.6.9"
20
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
0 commit comments