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 1357c35 commit 1dc33d8Copy full SHA for 1dc33d8
.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
args: ["--maxkb=500"]
@@ -28,12 +28,12 @@ repos:
28
- id: remove-crlf
29
exclude_types: [binary]
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.12.1
+ rev: v0.14.0
32
33
- id: ruff-format
34
- id: ruff
35
args: ["--fix", "--show-fixes"]
36
- repo: https://github.com/python-jsonschema/check-jsonschema
37
- rev: 0.33.1
+ rev: 0.34.0
38
39
- id: check-github-workflows
0 commit comments