Skip to content

Commit ceb71ee

Browse files
authored
chore(pre-commit): autoupdate hooks (#128)
2 parents 15290ae + 7d271fb commit ceb71ee

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
@@ -18,21 +18,21 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
types:
2525
- python
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.1.1
28+
rev: 7.1.2
2929
hooks:
3030
- id: flake8
3131
types:
3232
- python
3333

3434
- repo: https://github.com/pycqa/bandit
35-
rev: 1.8.2
35+
rev: 1.8.3
3636
hooks:
3737
- id: bandit
3838
args: ["-ll"]

0 commit comments

Comments
 (0)