We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9388b64 commit edc444fCopy full SHA for edc444f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/charliermarsh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.0.261'
+ rev: 'v0.0.270'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
39
args: ['--baseline', '.secrets.baseline']
40
additional_dependencies: ["gibberish-detector"]
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.2.0
+ rev: v1.3.0
43
44
- id: mypy
45
args: [--no-strict-optional, --ignore-missing-imports]
@@ -59,6 +59,6 @@ repos:
59
- id: interrogate
60
exclude: test.*
61
- repo: https://github.com/python-jsonschema/check-jsonschema
62
- rev: 0.22.0
+ rev: 0.23.1
63
64
- id: check-azure-pipelines
0 commit comments