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 1964826 commit 39d5ea5Copy full SHA for 39d5ea5
.pre-commit-config.yaml
@@ -14,6 +14,16 @@ repos:
14
rev: 0.10.1
15
hooks:
16
- id: doc8
17
+- repo: https://github.com/asottile/pyupgrade
18
+ rev: v2.29.1
19
+ hooks:
20
+ - id: pyupgrade
21
+ args: [--py36-plus]
22
+- repo: https://github.com/adamchainz/django-upgrade
23
+ rev: 1.4.0
24
25
+ - id: django-upgrade
26
+ args: [--target-version, "3.2"]
27
- repo: https://github.com/pycqa/isort
28
rev: 5.10.1
29
0 commit comments