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