Skip to content

Commit a09f91e

Browse files
[pre-commit.ci] Updating git hooks.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - 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) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 1fdd5e3 commit a09f91e

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
@@ -28,19 +28,19 @@ repos:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.12.11"
31+
rev: "v0.13.3"
3232
hooks:
3333
- id: ruff
3434
args:
3535
- --fix-only
3636

37-
- repo: https://github.com/psf/black
38-
rev: 25.1.0
37+
- repo: https://github.com/psf/black-pre-commit-mirror
38+
rev: 25.9.0
3939
hooks:
4040
- id: black
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 6.0.1
43+
rev: 6.1.0
4444
hooks:
4545
- id: isort
4646
args:

0 commit comments

Comments
 (0)