There was an error while loading. Please reload this page.
2 parents f55b5db + 62e0b29 commit 549ac80Copy full SHA for 549ac80
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.5
+ rev: v0.12.2
21
hooks:
22
- id: ruff
23
args:
@@ -26,7 +26,7 @@ repos:
26
# - --unsafe-fixes
27
- id: ruff-format
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.15.0
+ rev: v1.16.1
30
31
- id: mypy
32
additional_dependencies: [
@@ -94,7 +94,7 @@ repos:
94
exclude_types: [jupyter]
95
exclude: ^docs/(.*/)?images/
96
- repo: https://github.com/rstcheck/rstcheck
97
- rev: v6.2.4
+ rev: v6.2.5
98
99
- id: rstcheck
100
exclude: ^THIRD_PARTY_SOFTWARE.rst$
0 commit comments