Skip to content

Commit 68ab1c3

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 4a060b8 commit 68ab1c3

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
@@ -45,13 +45,13 @@ 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.0
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
@@ -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.9.0
7777
hooks:
7878
- id: black
7979
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)