Skip to content

Commit f7e6f98

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent a932c9e commit f7e6f98

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,7 +45,7 @@ repos:
4545
- flake8-bugbear
4646
- flake8-datetime-utcnow-plugin
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.19.1
48+
rev: v3.20.0
4949
hooks:
5050
- id: pyupgrade
5151
args:
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: isort
5757
- repo: https://github.com/pycqa/bandit
58-
rev: 1.8.3
58+
rev: 1.8.4
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.3
67+
rev: 1.8.4
6868
hooks:
6969
- id: bandit
7070
args:

0 commit comments

Comments
 (0)