Skip to content

Commit b2f1945

Browse files
committed
Add flake8-typing-imports to catch obscure errors with use of the typing module. Ref python#83.
1 parent a8a471c commit b2f1945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ commands =
4040
deps =
4141
mypy
4242
flake8
43+
flake8-typing-imports
4344

4445

4546
[testenv:docs]

0 commit comments

Comments
 (0)