Skip to content

Commit 473b378

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pycqa/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6)
1 parent 5c1f5a2 commit 473b378

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
@@ -31,14 +31,14 @@ repos:
3131
- python
3232

3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.2.0
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
types:
3838
- python
3939

4040
- repo: https://github.com/pycqa/bandit
41-
rev: 1.8.3
41+
rev: 1.8.6
4242
hooks:
4343
- id: bandit
4444
args: ["-ll"]

0 commit comments

Comments
 (0)