Skip to content

Commit ac7e404

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.14.14](astral-sh/ruff-pre-commit@v0.12.12...v0.14.14) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.3](PyCQA/bandit@1.8.6...1.9.3)
1 parent 22a79d2 commit ac7e404

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.14.14
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: 7.0.0
3737
hooks:
3838
- id: isort
3939
name: isort (python)
@@ -43,12 +43,12 @@ 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.1.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/bandit
51-
rev: '1.8.6'
51+
rev: '1.9.3'
5252
hooks:
5353
- id: bandit
5454
args: ["-c", "pyproject.toml"]

0 commit comments

Comments
 (0)