Skip to content

Commit ae9f956

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 65bba3b commit ae9f956

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
- flake8-bugbear
4646
- flake8-datetime-utcnow-plugin
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.19.0
48+
rev: v3.19.1
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py39-plus"
5353
- repo: https://github.com/pycqa/isort
54-
rev: 5.13.2
54+
rev: 6.0.0
5555
hooks:
5656
- id: isort
5757
# - repo: https://github.com/pycqa/bandit
@@ -64,7 +64,7 @@ repos:
6464
# - "--exclude"
6565
# - "tests"
6666
- repo: https://github.com/pycqa/bandit
67-
rev: 1.7.10
67+
rev: 1.8.2
6868
hooks:
6969
- id: bandit
7070
args:
@@ -73,7 +73,7 @@ repos:
7373
- "-lll"
7474
- "tests"
7575
- repo: https://github.com/psf/black-pre-commit-mirror
76-
rev: 24.10.0
76+
rev: 25.1.0
7777
hooks:
7878
- id: black
7979
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)