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 187f75b + 59348d8 commit 9fb51abCopy full SHA for 9fb51ab
.pre-commit-config.yaml
@@ -13,21 +13,21 @@ repos:
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-prettier
16
- rev: v3.0.1
+ rev: v3.0.2
17
18
- id: prettier
19
- repo: https://github.com/asottile/blacken-docs
20
- rev: 1.15.0
+ rev: 1.16.0
21
22
- id: blacken-docs
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.5.0
+ rev: v1.5.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.0.284
+ rev: v0.0.285
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments