Skip to content

Commit c6368b6

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent beb0b32 commit c6368b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
"--remove-duplicate-keys",
3939
]
4040
- repo: https://github.com/pycqa/flake8
41-
rev: 7.2.0
41+
rev: 7.3.0
4242
hooks:
4343
- id: flake8
4444
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: isort
5757
- repo: https://github.com/pycqa/bandit
58-
rev: 1.8.4
58+
rev: 1.8.5
5959
hooks:
6060
- id: bandit
6161
args:
@@ -64,7 +64,7 @@ repos:
6464
- "--exclude"
6565
- "tests"
6666
- repo: https://github.com/pycqa/bandit
67-
rev: 1.8.4
67+
rev: 1.8.5
6868
hooks:
6969
- id: bandit
7070
args:

0 commit comments

Comments
 (0)