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 04e7f7a commit 0b212cfCopy full SHA for 0b212cf
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
doc/data/messages/m/missing-final-newline/bad/crlf.py
18
)$
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: "v0.2.2"
+ rev: "v0.3.2"
21
hooks:
22
- id: ruff
23
args: ["--fix"]
@@ -120,7 +120,7 @@ repos:
120
files: ^(doc/(.*/)*.*\.rst)
121
additional_dependencies: [Sphinx==5.0.1]
122
- repo: https://github.com/pre-commit/mirrors-mypy
123
- rev: v1.8.0
+ rev: v1.9.0
124
125
- id: mypy
126
name: mypy
@@ -166,7 +166,7 @@ repos:
166
setup.cfg
167
168
- repo: https://github.com/PyCQA/bandit
169
- rev: 1.7.7
+ rev: 1.7.8
170
171
- id: bandit
172
args: ["-r", "-lll"]
0 commit comments