Skip to content

Commit 77323e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.15.18](astral-sh/ruff-pre-commit@v0.12.1...v0.15.18) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1)
1 parent 0f1ca1c commit 77323e4

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,18 +1,18 @@
11
repos:
22

33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.12.1"
4+
rev: "v0.15.18"
55
hooks:
66
- id: ruff
77
args: ["--extend-select", "I","--fix", "--show-fixes"]
88

99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.4.1
10+
rev: v2.4.2
1111
hooks:
1212
- id: codespell
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525

26-
- repo: https://github.com/psf/black
27-
rev: 25.1.0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 26.5.1
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)