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 c3277fb commit cb95b20Copy full SHA for cb95b20
.pre-commit-config.yaml
@@ -11,15 +11,15 @@ repos:
11
hooks:
12
- id: prettier
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.11.7
+ rev: v0.11.13
15
16
- id: ruff
17
types_or: [python, pyi, jupyter]
18
args: [--fix, --exit-non-zero-on-fix]
19
- id: ruff-format
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.15.0
+ rev: v1.16.0
23
24
- id: mypy
25
additional_dependencies: [numpy, types-requests]
0 commit comments