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 7bd5e9a + 00268be commit e4af930Copy full SHA for e4af930
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: reorder-python-imports
16
args: [--py38-plus, --add-import, 'from __future__ import annotations']
17
- repo: https://github.com/asottile/add-trailing-comma
18
- rev: v3.0.0
+ rev: v3.0.1
19
hooks:
20
- id: add-trailing-comma
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.9.0
+ rev: v3.10.1
23
24
- id: pyupgrade
25
args: [--py38-plus]
@@ -28,7 +28,7 @@ repos:
28
29
- id: autopep8
30
- repo: https://github.com/PyCQA/flake8
31
- rev: 6.0.0
+ rev: 6.1.0
32
33
- id: flake8
34
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments