Skip to content

Commit ece63b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pycqa/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
1 parent 70c5dd6 commit ece63b4

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
@@ -21,7 +21,7 @@ repos:
2121
- id: yamllint
2222
name: check yaml
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.0.0
24+
rev: 7.1.0
2525
hooks:
2626
- id: flake8
2727
name: check python style and quality
@@ -36,7 +36,7 @@ repos:
3636
- id: isort
3737
name: sort python imports
3838
- repo: https://github.com/pycqa/bandit
39-
rev: 1.7.8
39+
rev: 1.7.9
4040
hooks:
4141
- id: bandit
4242
name: security audit for python

0 commit comments

Comments
 (0)