Skip to content

Commit accb7ab

Browse files
authored
chore(pre-commit): autoupdate hooks (#40)
2 parents 8496217 + f706a70 commit accb7ab

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
@@ -24,21 +24,21 @@ repos:
2424
- id: check-added-large-files
2525

2626
- repo: https://github.com/psf/black
27-
rev: 24.10.0
27+
rev: 25.1.0
2828
hooks:
2929
- id: black
3030
types:
3131
- python
3232

3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.1
34+
rev: 7.1.2
3535
hooks:
3636
- id: flake8
3737
types:
3838
- python
3939

4040
- repo: https://github.com/pycqa/bandit
41-
rev: 1.8.0
41+
rev: 1.8.3
4242
hooks:
4343
- id: bandit
4444
args: ["-ll"]

0 commit comments

Comments
 (0)