Skip to content

Commit 30adfbf

Browse files
authored
Merge pull request #275 from expobrain/update/pre-commit-hooks
Update pre-commit hooks
2 parents 4a060b8 + a6c4149 commit 30adfbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ repos:
4545
- flake8-bugbear
4646
- flake8-datetime-utcnow-plugin
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.20.0
48+
rev: v3.21.2
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py39-plus"
5353
- repo: https://github.com/pycqa/isort
54-
rev: 6.0.1
54+
rev: 7.0.0
5555
hooks:
5656
- id: isort
5757
- repo: https://github.com/pycqa/bandit
58-
rev: 1.8.6
58+
rev: 1.9.2
5959
hooks:
6060
- id: bandit
6161
args:
@@ -64,7 +64,7 @@ repos:
6464
- "--exclude"
6565
- "tests"
6666
- repo: https://github.com/pycqa/bandit
67-
rev: 1.8.6
67+
rev: 1.9.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: 25.1.0
76+
rev: 25.11.0
7777
hooks:
7878
- id: black
7979
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)