Skip to content

Commit bad1b4c

Browse files
committed
[py]: add checks for non compliant imports in python3.7+
1 parent 2e059e0 commit bad1b4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

py/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ commands = sphinx-build -b html -d ../build/doctrees docs/source ../build/docs/a
1212
[testenv:flake8]
1313
skip_install = true
1414
deps = flake8
15-
commands = flake8 {posargs}
15+
flake8-typing-imports
16+
commands = flake8 {posargs} --min-python-version=3.7
1617

1718
[testenv:mypy]
1819
skip_install = true

0 commit comments

Comments
 (0)