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 db64870 commit 02919d4Copy full SHA for 02919d4
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: check-yaml
8
- id: check-added-large-files
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.12.9
+ rev: v0.13.1
11
hooks:
12
# Run the linter.
13
- id: ruff
@@ -25,6 +25,6 @@ repos:
25
- id: numpydoc-validation
26
exclude: '.*plots*\.*|.*utils*\.*|examples\/.*|scripts\/.*|__init__.py'
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.17.1
+ rev: v1.18.2
29
30
- id: mypy
0 commit comments