Skip to content

Commit 8440515

Browse files
authored
Merge pull request #693 from expobrain/update/pre-commit-hooks
Update pre-commit hooks
2 parents f19094c + 8d2ed58 commit 8440515

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
@@ -39,7 +39,7 @@ repos:
3939
"--remove-duplicate-keys",
4040
]
4141
- repo: https://github.com/pycqa/flake8
42-
rev: 7.2.0
42+
rev: 7.3.0
4343
hooks:
4444
- id: flake8
4545
additional_dependencies:
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: isort
5959
- repo: https://github.com/pycqa/bandit
60-
rev: 1.8.3
60+
rev: 1.8.5
6161
hooks:
6262
- id: bandit
6363
args:
@@ -79,7 +79,7 @@ repos:
7979
- id: python-no-log-warn
8080
- id: python-no-eval
8181
- repo: https://github.com/commitizen-tools/commitizen
82-
rev: v4.8.2
82+
rev: v4.8.3
8383
hooks:
8484
- id: commitizen
8585
stages: [commit-msg]

0 commit comments

Comments
 (0)