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.
1 parent 33e5083 commit fc71431Copy full SHA for fc71431
.pre-commit-config.yaml
@@ -21,12 +21,12 @@ repos:
21
--add-import, 'from __future__ import annotations',
22
]
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.15.0
+ rev: v3.15.2
25
hooks:
26
- id: pyupgrade
27
args: [--py38-plus]
28
- repo: https://github.com/psf/black
29
- rev: 23.12.1
+ rev: 24.3.0
30
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.8.0
+ rev: v1.9.0
39
40
- id: mypy
41
exclude: ^(docs/|example-plugin/)
0 commit comments