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 010560f commit c60c29dCopy full SHA for c60c29d
.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.12.12
+ rev: v0.13.1
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.17.1
+ rev: v1.18.2
23
24
- id: mypy
25
additional_dependencies: [numpy, types-requests]
0 commit comments