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 62d011a + 3b8e265 commit efe1969Copy full SHA for efe1969
.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.8.0
+ rev: 24.10.0
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.6.0
+ rev: v5.0.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.11.2
+ rev: v1.13.0
61
62
- id: mypy
63
alias: mypy-py312
0 commit comments