[STYLE] check python with flake8 (#424)
I've been using this locally to find errors without running tests, and now that we're using autopep8, it passes with minimal suppressions. This is also what turned up the issues with the tutorials, which were fixed in #422.
This commit is contained in:
committed by
GitHub
parent
a70acfec77
commit
efdabe6073
@@ -149,6 +149,7 @@ setup(
|
||||
extras_require={
|
||||
"tests": [
|
||||
"autopep8",
|
||||
"flake8",
|
||||
"isort",
|
||||
"numpy",
|
||||
"pytest",
|
||||
|
Reference in New Issue
Block a user