Files
triton/python/setup.cfg
Madeleine Thompson efdabe6073 [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.
2022-01-07 15:28:36 -08:00

9 lines
113 B
INI

[metadata]
description_file = README.md
[pycodestyle]
ignore = E501,E701,E731
[flake8]
ignore = E501,E701,E731