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 a153823 commit 099bf04Copy full SHA for 099bf04
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.6.4
+ rev: v0.6.5
4
hooks:
5
- id: ruff
6
args: [ --fix ]
@@ -17,7 +17,7 @@ repos:
17
- id: mixed-line-ending
18
args: ['--fix=lf']
19
- repo: https://github.com/sphinx-contrib/sphinx-lint
20
- rev: v0.9.1
+ rev: v1.0.0
21
22
- id: sphinx-lint
23
# Configuration for codespell is in pyproject.toml
0 commit comments