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 c5cb734 commit 1fa0c0aCopy full SHA for 1fa0c0a
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
hooks:
14
- id: prettier
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.11.9
+ rev: v0.11.12
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
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