Enforce that dependencies are imported in correct order at lint time

This commit is contained in:
Josh Klar
2018-09-03 03:22:31 -07:00
parent d5de2601d9
commit c641903d61
3 changed files with 155 additions and 1 deletions

View File

@@ -9,6 +9,11 @@ name = "pypi"
adafruit-ampy = "*"
"flake8" = "*"
"flake8-comprehensions" = "*"
ipython = "*"
ipdb = "*"
"flake8-commas" = "*"
isort = "*"
"flake8-isort" = "*"
[requires]
python_version = "3.7"