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 4ac3a45 commit 1bd4ef6Copy full SHA for 1bd4ef6
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ 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.1
+ rev: v3.1.0
19
hooks:
20
- id: add-trailing-comma
21
- repo: https://github.com/asottile/pyupgrade
22
rev: v3.10.1
23
24
- id: pyupgrade
25
args: [--py38-plus]
26
-- repo: https://github.com/pre-commit/mirrors-autopep8
+- repo: https://github.com/hhatto/autopep8
27
rev: v2.0.4
28
29
- id: autopep8
0 commit comments