We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77870d commit 3b944beCopy full SHA for 3b944be
.pre-commit-config.yaml
@@ -37,13 +37,13 @@ repos:
37
additional_dependencies: ["sphinx>=9.1"]
38
exclude: ^docs/index\.rst$ # https://github.com/LilSpazJoekp/docstrfmt/issues/176
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.15.4
+ rev: v0.15.5
41
hooks:
42
- id: ruff-check
43
args: [--fix, --show-fixes]
44
- id: ruff-format
45
- repo: https://github.com/codespell-project/codespell
46
- rev: "v2.4.1"
+ rev: "v2.4.2"
47
48
- id: codespell
49
args: ["-L", "sur"]
0 commit comments