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 82c133d commit eb6d8e9Copy full SHA for eb6d8e9
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
)$
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.6.5"
+ rev: "v0.6.7"
24
hooks:
25
- id: ruff
26
args: ["--fix"]
@@ -171,7 +171,7 @@ repos:
171
setup.cfg
172
173
- repo: https://github.com/PyCQA/bandit
174
- rev: 1.7.9
+ rev: 1.7.10
175
176
- id: bandit
177
args: ["-r", "-lll"]
0 commit comments