Skip to content

Commit 1f77c87

Browse files
Bump pre-commit repos: bandit, black and flake8
(excluded bump to isort 6.x until isort issue #2352 resolved)
1 parent 7fd5bbd commit 1f77c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ exclude: tests/etc/user-*
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.8.2
6+
rev: 1.8.3
77
hooks:
88
- id: bandit
99
args:
1010
- "-x *test*.py"
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.10.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
language_version: python3.12
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
args:

0 commit comments

Comments
 (0)