require python>=3.7

This commit is contained in:
Anthony Sottile 2022-07-31 19:38:54 -04:00
parent 6027577d32
commit e94fb10940
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 ------------------------------------------------