Skip to content

Commit ab5a5e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.11.4](astral-sh/ruff-pre-commit@v0.7.1...v0.11.4)
1 parent 6e759de commit ab5a5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.3.0
18+
rev: v2.4.1
1919
hooks:
2020
- id: codespell
2121
args: ["-L", "ned,ist,oder", "--skip", "*.po"]
@@ -37,7 +37,7 @@ repos:
3737
- id: rst-inline-touching-normal
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.7.1
40+
rev: v0.11.4
4141
hooks:
4242
- id: ruff
4343
- id: ruff-format

0 commit comments

Comments
 (0)