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 c0dbfab + 5ff61c2 commit e229afcCopy full SHA for e229afc
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ ci:
13
repos:
14
- repo: https://github.com/pre-commit/mirrors-prettier
15
# keep it before yamllint
16
- rev: v3.0.3
+ rev: v4.0.0-alpha.3
17
hooks:
18
- id: prettier
19
# Temporary excludes so we can gradually normalize the formatting
@@ -27,7 +27,7 @@ repos:
27
- prettier
28
- prettier-plugin-toml
29
- repo: https://github.com/psf/black
30
- rev: 23.10.1
+ rev: 23.11.0
31
32
- id: black
33
language_version: python3
@@ -57,7 +57,7 @@ repos:
57
- flake8-mypy
58
59
- repo: https://github.com/pre-commit/mirrors-mypy.git
60
- rev: v1.6.1
+ rev: v1.7.1
61
62
- id: mypy
63
alias: mypy-py312
0 commit comments