Skip to content

Commit 625add4

Browse files
fix(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.0](astral-sh/ruff-pre-commit@v0.12.12...v0.14.0) - [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 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 22a79d2 commit 625add4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.0
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.0
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,8 +43,8 @@ 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: 25.9.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)