diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c735868..f48f7ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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