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 f06c511 + 2e546f0 commit ac4f287Copy full SHA for ac4f287
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
skip: []
10
repos:
11
- repo: https://github.com/psf/black
12
- rev: 24.4.2
+ rev: 24.8.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.11.0
+ rev: v1.11.1
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.5.4
+ rev: v0.5.6
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments