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 e533c24 + 3675fe7 commit 9ce4995Copy full SHA for 9ce4995
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- prettier
28
- prettier-plugin-toml
29
- repo: https://github.com/psf/black
30
- rev: 24.3.0
+ rev: 24.4.2
31
hooks:
32
- id: black
33
language_version: python3
@@ -36,7 +36,7 @@ repos:
36
^docs/conf.py$
37
)
38
- repo: https://github.com/pre-commit/pre-commit-hooks.git
39
- rev: v4.5.0
+ rev: v4.6.0
40
41
- id: end-of-file-fixer
42
- id: trailing-whitespace
@@ -57,7 +57,7 @@ repos:
57
- flake8-mypy
58
59
- repo: https://github.com/pre-commit/mirrors-mypy.git
60
- rev: v1.9.0
+ rev: v1.10.0
61
62
- id: mypy
63
alias: mypy-py312
0 commit comments