Skip to content

Commit 03f1555

Browse files
⬆️🪝 update pre-commit hooks (#82)
1 parent bd241f0 commit 03f1555

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
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python linting using ruff
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.9.2
40+
rev: v0.9.3
4141
hooks:
4242
- id: ruff
4343
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
5454

5555
# Check for spelling
5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.0
5858
hooks:
5959
- id: codespell
6060
args: ["-L", "wille,linz", "--skip", "*.ipynb"]

0 commit comments

Comments
 (0)