chirp/tools/cpep8.exceptions
Zach Welch 50f2ee37f0 Fix style issues in make_supported.py (#2355)
Like run_tests, this script monkeys with the path to find the chirp
modules, so it gets a similar exception.
2015-03-02 14:11:57 -08:00

8 lines
360 B
Plaintext

# This file contains a list of per-file exceptions to the pep8 style rules
# Each line must contain the file name, a tab, and a comma-separated list
# of style rules to ignore in that file. This mechanism should be used
# sparingly and as a measure of last resort.
./share/make_supported.py E402
./tests/run_tests E402
./tests/unit/test_memedit_edits.py E402