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 7472b2e commit 2a4de4dCopy full SHA for 2a4de4d
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-ast
@@ -25,12 +25,12 @@ repos:
25
26
- id: remove-crlf
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.6.2
+ rev: v0.7.1
29
30
- id: ruff-format
31
- id: ruff
32
args: ["--fix", "--show-fixes"]
33
- repo: https://github.com/python-jsonschema/check-jsonschema
34
- rev: 0.29.2
+ rev: 0.29.4
35
36
- id: check-github-workflows
0 commit comments