Skip to content

Commit 4023032

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 10f08e5 commit 4023032

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
@@ -53,7 +53,7 @@ repos:
5353
args:
5454
- "--py38-plus"
5555
- repo: https://github.com/pycqa/isort
56-
rev: 6.0.1
56+
rev: 6.1.0
5757
hooks:
5858
- id: isort
5959
- repo: https://github.com/pycqa/bandit
@@ -66,7 +66,7 @@ repos:
6666
- "-lll"
6767
- "tests"
6868
- repo: https://github.com/psf/black-pre-commit-mirror
69-
rev: 25.1.0
69+
rev: 25.9.0
7070
hooks:
7171
- id: black
7272
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -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.3
82+
rev: v4.9.1
8383
hooks:
8484
- id: commitizen
8585
stages: [commit-msg]

0 commit comments

Comments
 (0)