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.
9 lines
113 B
INI
9 lines
113 B
INI
[metadata]
|
|
description_file = README.md
|
|
|
|
[pycodestyle]
|
|
ignore = E501,E701,E731
|
|
|
|
[flake8]
|
|
ignore = E501,E701,E731
|