Skip to content

Commit 264d2d6

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#389)
<!--pre-commit.ci start--> 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) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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) <!--pre-commit.ci end-->
2 parents 3e621db + f06380b commit 264d2d6

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
@@ -35,24 +35,24 @@ repos:
3535
- "--py39-plus"
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.12.11"
38+
rev: "v0.13.3"
3939
hooks:
4040
- id: ruff
4141
args:
4242
- --fix-only
4343
- --target-version=py39
4444

4545
- repo: https://github.com/pycqa/isort
46-
rev: 6.0.1
46+
rev: 6.1.0
4747
hooks:
4848
- id: isort
4949
args:
5050
- --profile
5151
- black
5252
- --filter-files
5353

54-
- repo: https://github.com/psf/black
55-
rev: 25.1.0
54+
- repo: https://github.com/psf/black-pre-commit-mirror
55+
rev: 25.9.0
5656
hooks:
5757
- id: black
5858
args:

0 commit comments

Comments
 (0)