Skip to content

Commit 91ef70d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.10 → 1.8.6](PyCQA/bandit@1.7.10...1.8.6) - [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/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 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0)
1 parent dafbb59 commit 91ef70d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.10
6+
rev: 1.8.6
77
hooks:
88
- id: bandit
99
additional_dependencies: ['toml']
1010
# not support auto read config from `pyproject.toml` for now
1111
args: ['-c', "pyproject.toml"]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-toml
1717
- id: check-yaml
@@ -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: 7.0.0
3434
hooks:
3535
- id: isort
3636

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

44-
- repo: https://github.com/psf/black
45-
rev: 24.10.0
44+
- repo: https://github.com/psf/black-pre-commit-mirror
45+
rev: 25.9.0
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)