We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3e7e8 commit 491b4aaCopy full SHA for 491b4aa
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.1.14'
+ rev: 'v0.2.0'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
exclude: test.*
9
- repo: https://github.com/psf/black
10
- rev: 23.12.1
+ rev: 24.1.1
11
12
- id: black
13
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -56,7 +56,7 @@ repos:
56
- id: interrogate
57
58
- repo: https://github.com/python-jsonschema/check-jsonschema
59
- rev: 0.27.3
+ rev: 0.27.4
60
61
- id: check-azure-pipelines
62
ci:
0 commit comments