Skip to content

Commit 6a72303

Browse files
chore: update pre-commit hooks (#349)
Co-authored-by: expobrain <[email protected]>
1 parent 105aa4e commit 6a72303

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
@@ -37,14 +37,14 @@ repos:
3737
"--remove-duplicate-keys",
3838
]
3939
- repo: https://github.com/pycqa/flake8
40-
rev: 7.0.0
40+
rev: 7.1.0
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.15.2
47+
rev: v3.16.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.8
61+
rev: 1.7.9
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.8
70+
rev: 1.7.9
7171
hooks:
7272
- id: bandit
7373
args:

0 commit comments

Comments
 (0)