We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f020f1e + 8beac62 commit 2b45f25Copy full SHA for 2b45f25
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: pycln
18
args: [--config=pyproject.toml]
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.8
+ rev: v0.11.12
21
hooks:
22
- id: ruff
23
args:
@@ -97,7 +97,7 @@ repos:
97
exclude_types: [jupyter]
98
exclude: ^docs/(.*/)?images/
99
- repo: https://github.com/rstcheck/rstcheck
100
- rev: v6.2.4
+ rev: v6.2.5
101
102
- id: rstcheck
103
exclude: ^THIRD_PARTY_SOFTWARE.rst$
0 commit comments