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 2b3a028 commit 1e2f9c2Copy full SHA for 1e2f9c2
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
skip: []
10
repos:
11
- repo: https://github.com/psf/black
12
- rev: 24.10.0
+ rev: 25.1.0
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -21,13 +21,13 @@ repos:
21
22
- id: blacken-docs
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.14.1
+ rev: v1.15.0
25
26
- id: mypy
27
additional_dependencies: [numpy, types-requests]
28
exclude: tests/|docs/
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.9.3
+ rev: v0.9.9
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments