Skip to content

Commit

Permalink
Pin flake8 to avoid needing to import any types mentioned in type hin…
Browse files Browse the repository at this point in the history
…ts (spec-first#867)

Flake8 now requires you to import anything mentioned in a type hint comment. This is extra annoying to reconcile across python versions.
  • Loading branch information
dtkav authored and jmcs committed Feb 4, 2019
1 parent 9286745 commit f32c844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands=
python setup.py test

[testenv:flake8]
deps=flake8
deps=flake8==3.6.0
commands=python setup.py flake8

[testenv:isort-check]
Expand Down

0 comments on commit f32c844

Please sign in to comment.