Skip to content

Commit 8076e64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...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 830695c commit 8076e64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=750"]
@@ -36,19 +36,19 @@ repos:
3636
- "--py39-plus"
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.12.2"
39+
rev: "v0.13.3"
4040
hooks:
4141
- id: ruff
4242
args: ["--fix-only", "--target-version=py39"]
4343

44-
- repo: https://github.com/psf/black
45-
rev: 25.1.0
44+
- repo: https://github.com/psf/black-pre-commit-mirror
45+
rev: 25.9.0
4646
hooks:
4747
- id: black
4848
args: ["--target-version=py39"]
4949

5050
- repo: https://github.com/pycqa/isort
51-
rev: 6.0.1
51+
rev: 6.1.0
5252
hooks:
5353
- id: isort
5454
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)