Skip to content

Commit cdde0b8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.3...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 5f46b02 commit cdde0b8

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
@@ -10,7 +10,7 @@ repos:
1010
files: \.rej$
1111
repo: local
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: 'v0.8.3'
13+
rev: 'v0.9.3'
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- --ignore-words-list
2727
- ba,datas,fo,uptodate
2828
repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.0
3030
- repo: local
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)