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.
2 parents 80b6318 + ffeeea2 commit 2405ad6Copy full SHA for 2405ad6
.pre-commit-config.yaml
@@ -7,17 +7,17 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/rbubley/mirrors-prettier
10
- rev: v3.6.2
+ rev: v3.7.4
11
hooks:
12
- id: prettier
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.14.1
+ rev: v0.14.10
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.18.2
+ rev: v1.19.1
21
22
- id: mypy
23
additional_dependencies: [numpy, types-PyYAML]
0 commit comments