Skip to content

Commit a85f08f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.10 → 1.8.3](PyCQA/bandit@1.7.10...1.8.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent dafbb59 commit a85f08f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.10
6+
rev: 1.8.3
77
hooks:
88
- id: bandit
99
additional_dependencies: ['toml']
@@ -25,23 +25,23 @@ repos:
2525
- id: check-merge-conflict
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 5.13.2
33+
rev: 6.0.1
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 7.1.1
38+
rev: 7.2.0
3939
hooks:
4040
- id: flake8
4141
additional_dependencies:
4242
- flake8-bugbear
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.10.0
45+
rev: 25.1.0
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)