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 f42aa73 commit f08c73dCopy full SHA for f08c73d
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
skip: []
10
repos:
11
- repo: https://github.com/psf/black
12
- rev: 24.3.0
+ rev: 24.4.2
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.9.0
+ rev: v1.10.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.3.5
+ rev: v0.4.3
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments