Skip to content

Commit f706a70

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.0 → 1.8.3](PyCQA/bandit@1.8.0...1.8.3)
1 parent 8496217 commit f706a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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)