summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c00dfd9..05cc6be 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,9 @@
repos:
+ - repo: https://github.com/asottile/pyupgrade
+ rev: v2.10.0
+ hooks:
+ - id: pyupgrade
+ args: ["--py37-plus"]
- repo: https://github.com/pycqa/flake8
rev: 3.9.1