Skip to content

Commit b72e457

Browse files
[pre-commit.ci] pre-commit autoupdate (#434)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9942e2c commit b72e457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.4
12+
rev: v0.15.5
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 26.1.0
18+
rev: 26.3.0
1919
hooks:
2020
- id: black
2121
args: [--preview]
@@ -67,7 +67,7 @@ repos:
6767
- trio
6868

6969
- repo: https://github.com/codespell-project/codespell
70-
rev: v2.4.1
70+
rev: v2.4.2
7171
hooks:
7272
- id: codespell
7373
additional_dependencies:

0 commit comments

Comments
 (0)