We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925a119 commit 4379e45Copy full SHA for 4379e45
1 file changed
.pre-commit-config.yaml
@@ -5,15 +5,15 @@ ci:
5
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.14.10
+ rev: v0.15.4
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
12
exclude: ^(docs/|tests)
13
- id: ruff-format
14
15
- repo: https://github.com/pycqa/isort
16
- rev: 7.0.0
+ rev: 8.0.1
17
18
- id: isort
19
@@ -48,7 +48,7 @@ repos:
48
- id: requirements-txt-fixer
49
50
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51
- rev: v2.15.0
+ rev: v2.16.0
52
53
- id: pretty-format-toml
54
args: [--autofix]
@@ -57,6 +57,6 @@ repos:
57
58
# this validates our github workflow files
59
- repo: https://github.com/python-jsonschema/check-jsonschema
60
- rev: 0.36.0
+ rev: 0.37.0
61
62
- id: check-github-workflows
0 commit comments