Skip to content

Commit eb6d8e9

Browse files
pre-commit-ci[bot]jacobtylerwalls
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7) - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
1 parent 82c133d commit eb6d8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.6.5"
23+
rev: "v0.6.7"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]
@@ -171,7 +171,7 @@ repos:
171171
setup.cfg
172172
)$
173173
- repo: https://github.com/PyCQA/bandit
174-
rev: 1.7.9
174+
rev: 1.7.10
175175
hooks:
176176
- id: bandit
177177
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)