mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
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
|