run pyupgrade in ci (#573)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Thomas Grainger
2020-08-06 17:03:06 +01:00
committed by GitHub
parent 30606257fc
commit 2b8b8408bd

View File

@@ -13,6 +13,11 @@ repos:
- id: check-yaml
- id: debug-statements
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: local
hooks:
- id: rst