Skip to content

Commit 1a4aea0

Browse files
fix(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.6](astral-sh/ruff-pre-commit@v0.12.12...v0.15.6) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.4](PyCQA/bandit@1.8.6...1.9.4) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3)
1 parent 22a79d2 commit 1a4aea0

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
@@ -21,19 +21,19 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: mixed-line-ending
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.20.0
24+
rev: v3.21.2
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py3-plus
2929
- --keep-runtime-typing
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.12.12
31+
rev: v0.15.6
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.0.1
36+
rev: 8.0.1
3737
hooks:
3838
- id: isort
3939
name: isort (python)
@@ -43,18 +43,18 @@ repos:
4343
- id: isort
4444
name: isort (pyi)
4545
types: [pyi]
46-
- repo: https://github.com/psf/black
47-
rev: 25.1.0
46+
- repo: https://github.com/psf/black-pre-commit-mirror
47+
rev: 26.3.1
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/bandit
51-
rev: '1.8.6'
51+
rev: '1.9.4'
5252
hooks:
5353
- id: bandit
5454
args: ["-c", "pyproject.toml"]
5555
additional_dependencies: ["bandit[toml]"]
5656
- repo: https://github.com/PyCQA/autoflake
57-
rev: v2.3.1
57+
rev: v2.3.3
5858
hooks:
5959
- id: autoflake
6060

0 commit comments

Comments
 (0)