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 6621650 commit d2cb878Copy full SHA for d2cb878
.pre-commit-config.yaml
@@ -7,19 +7,19 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/rbubley/mirrors-prettier
10
- rev: v3.5.3
+ rev: v3.6.2
11
hooks:
12
- id: prettier
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.11.7
+ rev: v0.13.1
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.18.2
23
24
- id: mypy
25
additional_dependencies: [numpy, types-requests]
0 commit comments