Skip to content

Commit 31984de

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 320fcee commit 31984de

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
@@ -37,14 +37,14 @@ repos:
3737
"--remove-duplicate-keys",
3838
]
3939
- repo: https://github.com/pycqa/flake8
40-
rev: 7.1.0
40+
rev: 7.1.1
4141
hooks:
4242
- id: flake8
4343
additional_dependencies:
4444
- flake8-bugbear
4545
- flake8-datetime-utcnow-plugin
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.16.0
47+
rev: v3.17.0
4848
hooks:
4949
- id: pyupgrade
5050
args:
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/pycqa/bandit
61-
rev: 1.7.9
61+
rev: 1.7.10
6262
hooks:
6363
- id: bandit
6464
args:
@@ -67,7 +67,7 @@ repos:
6767
- "--exclude"
6868
- "tests"
6969
- repo: https://github.com/pycqa/bandit
70-
rev: 1.7.9
70+
rev: 1.7.10
7171
hooks:
7272
- id: bandit
7373
args:
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 24.4.2
79+
rev: 24.8.0
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)