Skip to content

Commit d69adb9

Browse files
chore: update pre-commit hooks (#94)
Co-authored-by: expobrain <[email protected]>
1 parent 4ff1f8b commit d69adb9

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.11
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-case-conflict
88
- id: check-docstring-first
@@ -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:
@@ -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.6
6868
hooks:
6969
- id: bandit
7070
args:

0 commit comments

Comments
 (0)