Skip to content

Commit 7e85c84

Browse files
authored
Merge pull request #698 from expobrain/update/pre-commit-hooks
Update pre-commit hooks
2 parents ec632fb + 606a5fa commit 7e85c84

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
@@ -3,7 +3,7 @@ default_install_hook_types:
33
- commit-msg
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-docstring-first
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: isort
5959
- repo: https://github.com/pycqa/bandit
60-
rev: 1.8.5
60+
rev: 1.8.6
6161
hooks:
6262
- id: bandit
6363
args:

0 commit comments

Comments
 (0)