Skip to content

Commit 18f8ce3

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.9.1 → v0.14.3](astral-sh/ruff-pre-commit@v0.9.1...v0.14.3) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0)
1 parent a103531 commit 18f8ce3

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -31,18 +31,18 @@ repos:
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
# Ruff version.
34-
rev: "v0.9.1"
34+
rev: "v0.14.3"
3535
hooks:
3636
- id: ruff
3737

3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.13.2
39+
rev: 7.0.0
4040
hooks:
4141
- id: isort
4242
name: isort (python)
4343

44-
- repo: https://github.com/psf/black
45-
rev: 24.10.0
44+
- repo: https://github.com/psf/black-pre-commit-mirror
45+
rev: 25.9.0
4646
hooks:
4747
- id: black
4848
exclude: tests/

0 commit comments

Comments
 (0)