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 139b774 commit 1c0243dCopy full SHA for 1c0243d
.pre-commit-config.yaml
@@ -17,17 +17,17 @@ repos:
17
hooks:
18
- id: prettier
19
- repo: https://github.com/asottile/blacken-docs
20
- rev: 1.13.0
+ rev: 1.14.0
21
22
- id: blacken-docs
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.3.0
+ rev: v1.4.1
25
26
- id: mypy
27
additional_dependencies: [numpy, types-requests]
28
exclude: tests/|docs/
29
- - repo: https://github.com/charliermarsh/ruff-pre-commit
30
- rev: v0.0.272
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.276
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments