drop python 3.6

This commit is contained in:
Anthony Sottile
2021-09-11 14:41:46 -04:00
parent 04fc97a8f9
commit ebee8fe6ff
75 changed files with 385 additions and 300 deletions

View File

@@ -23,7 +23,7 @@ repos:
rev: v2.6.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]
args: [--py3-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.1.0
hooks:
@@ -33,7 +33,7 @@ repos:
rev: v2.25.0
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py37-plus]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
hooks: