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 6d21bfb commit bc7edb0Copy full SHA for bc7edb0
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.3
+ rev: v0.9.4
4
hooks:
5
- id: ruff
6
args: [ --fix ]
@@ -22,7 +22,7 @@ repos:
22
- id: sphinx-lint
23
# Configuration for codespell is in pyproject.toml
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.4.0
+ rev: v2.4.1
26
27
- id: codespell
28
exclude: (package-lock.json|/locale/)
0 commit comments