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 4116652 commit fbf41dbCopy full SHA for fbf41db
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.11.12'
+ rev: 'v0.12.2'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
35
# args: ['--baseline', '.secrets.baseline']
36
additional_dependencies: ["gibberish-detector"]
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.16.0
+ rev: v1.16.1
39
40
- id: mypy
41
args: [--no-strict-optional, --ignore-missing-imports]
@@ -53,7 +53,7 @@ repos:
53
- id: interrogate
54
exclude: test.*
55
- repo: https://github.com/python-jsonschema/check-jsonschema
56
- rev: 0.33.0
+ rev: 0.33.2
57
58
- id: check-github-actions
59
- id: check-github-workflows
0 commit comments