We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5d3a4 commit 584711bCopy full SHA for 584711b
.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.8.4'
+ rev: 'v0.8.6'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
args: ['--baseline', '.secrets.baseline']
51
additional_dependencies: ["gibberish-detector"]
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.14.0
+ rev: v1.14.1
54
55
- id: mypy
56
args: [--no-strict-optional, --ignore-missing-imports]
@@ -60,7 +60,7 @@ repos:
60
test.*
61
)$
62
- repo: https://github.com/jsh9/pydoclint
63
- rev: 0.5.13
+ rev: 0.5.14
64
65
- id: pydoclint
66
args:
0 commit comments