Merge pull request #1633 from PyCQA/py37-plus

require python>=3.7
This commit is contained in:
Anthony Sottile 2022-08-27 20:34:38 -04:00 committed by GitHub
commit a929f124c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 337 additions and 263 deletions

View file

@ -14,6 +14,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# sys.path.insert(0, os.path.abspath('.'))
from __future__ import annotations
import flake8
# -- General configuration ------------------------------------------------