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 638677a commit 7de144aCopy full SHA for 7de144a
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ repos:
11
hooks:
12
- id: prettier
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.12.8
+ rev: v0.14.0
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
18
- id: ruff-format
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.17.1
+ rev: v1.18.2
21
22
- id: mypy
23
additional_dependencies: [numpy, types-PyYAML]
0 commit comments