Skip to content

Commit 5ec192c

Browse files
committed
run autoupdate
1 parent c3a94a4 commit 5ec192c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: check-toml
@@ -9,14 +9,14 @@ repos:
99
- id: detect-private-key
1010

1111
- repo: https://github.com/charliermarsh/ruff-pre-commit
12-
rev: v0.0.292
12+
rev: v0.9.6
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.2.5
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args: ["--ignore-words=.codespellignore", "--skip=*.ipynb"]

0 commit comments

Comments
 (0)