Skip to content

Commit 7d271fb

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pycqa/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3)
1 parent 15290ae commit 7d271fb

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)