Skip to content

Commit eff62df

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pycqa/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6)
1 parent 37b5f04 commit eff62df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: mixed-line-ending
@@ -18,21 +18,21 @@ repos:
1818
- id: check-added-large-files
1919

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

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

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

0 commit comments

Comments
 (0)