We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a94a4 commit 5ec192cCopy full SHA for 5ec192c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: check-toml
@@ -9,14 +9,14 @@ repos:
9
- id: detect-private-key
10
11
- repo: https://github.com/charliermarsh/ruff-pre-commit
12
- rev: v0.0.292
+ rev: v0.9.6
13
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
16
- id: ruff-format
17
18
- repo: https://github.com/codespell-project/codespell
19
- rev: v2.2.5
+ rev: v2.4.1
20
21
- id: codespell
22
args: ["--ignore-words=.codespellignore", "--skip=*.ipynb"]
0 commit comments