We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python3.7+
1 parent 2e059e0 commit bad1b4cCopy full SHA for bad1b4c
1 file changed
py/tox.ini
@@ -12,7 +12,8 @@ commands = sphinx-build -b html -d ../build/doctrees docs/source ../build/docs/a
12
[testenv:flake8]
13
skip_install = true
14
deps = flake8
15
-commands = flake8 {posargs}
+ flake8-typing-imports
16
+commands = flake8 {posargs} --min-python-version=3.7
17
18
[testenv:mypy]
19
0 commit comments