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 87e3c50 + cc7f0e8 commit 645f414Copy full SHA for 645f414
.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.4.2
+ rev: 24.8.0
31
hooks:
32
- id: black
33
language_version: python3
@@ -47,7 +47,7 @@ repos:
47
- id: debug-statements
48
49
- repo: https://github.com/pycqa/flake8.git
50
- rev: 7.1.0
+ rev: 7.1.1
51
52
- id: flake8
53
additional_dependencies:
@@ -57,7 +57,7 @@ repos:
57
- flake8-mypy
58
59
- repo: https://github.com/pre-commit/mirrors-mypy.git
60
- rev: v1.10.1
+ rev: v1.11.1
61
62
- id: mypy
63
alias: mypy-py312
0 commit comments