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 478ab27 commit 77ca4f1Copy full SHA for 77ca4f1
.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.6
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments