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 5c52d75 commit c5ebb7eCopy full SHA for c5ebb7e
.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.1
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