We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46be61b commit 4a3d046Copy full SHA for 4a3d046
.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.0.285'
+ rev: 'v0.0.290'
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.7.0
+ rev: 23.9.1
11
12
- id: black
13
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -59,6 +59,6 @@ repos:
59
- id: interrogate
60
61
- repo: https://github.com/python-jsonschema/check-jsonschema
62
- rev: 0.24.1
+ rev: 0.26.3
63
64
- id: check-azure-pipelines
0 commit comments