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 5a5f94c commit 564b13bCopy full SHA for 564b13b
1 file changed
.pre-commit-config.yaml
@@ -21,6 +21,11 @@ repos:
21
additional_dependencies:
22
- flake8-comprehensions
23
- flake8-bugbear
24
+ - repo: https://github.com/asottile/pyupgrade
25
+ rev: v2.23.3
26
+ hooks:
27
+ - id: pyupgrade
28
+ args: [--py36-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
rev: 'v0.910' # Use the sha / tag you want to point at
31
hooks:
0 commit comments