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 85ef03e + 8cd2371 commit d2bd9cdCopy full SHA for d2bd9cd
.pre-commit-config.yaml
@@ -19,11 +19,11 @@ repos:
19
- id: reorder-python-imports
20
args: [--py38-plus, --add-import, 'from __future__ import annotations']
21
- repo: https://github.com/asottile/add-trailing-comma
22
- rev: v3.0.0
+ rev: v3.0.1
23
hooks:
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.9.0
+ rev: v3.10.1
27
28
- id: pyupgrade
29
args: [--py38-plus]
@@ -32,7 +32,7 @@ repos:
32
33
- id: autopep8
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 6.0.0
+ rev: 6.1.0
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments