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 9d20be1 + e27611f commit 2ab9d76Copy full SHA for 2ab9d76
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: pyupgrade
27
args: [--py38-plus]
28
- repo: https://github.com/psf/black
29
- rev: 23.12.0
+ rev: 23.12.1
30
hooks:
31
- id: black
32
args: [--line-length=79]
@@ -35,7 +35,7 @@ repos:
35
36
- id: flake8
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.7.1
+ rev: v1.8.0
39
40
- id: mypy
41
exclude: ^(docs/|example-plugin/)
0 commit comments