Skip to content

Commit 9b01af4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2) - [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.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent dafbb59 commit 9b01af4

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.10
6+
rev: 1.8.2
77
hooks:
88
- id: bandit
99
additional_dependencies: ['toml']
@@ -25,12 +25,12 @@ 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.0
3434
hooks:
3535
- id: isort
3636

@@ -42,6 +42,6 @@ repos:
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)