We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309f21 commit 6e29c5eCopy full SHA for 6e29c5e
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: sort-simple-yaml
21
- id: trailing-whitespace
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.4.0
+ rev: v2.4.1
24
hooks:
25
- id: codespell
26
additional_dependencies: ["tomli"]
@@ -29,7 +29,7 @@ repos:
29
.*\.ipynb
30
)$
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.9.3"
+ rev: "v0.9.4"
33
34
- id: ruff
35
args: [--fix, --exit-non-zero-on-fix]
0 commit comments