blob: 4efef30ab30ffe4c89223e8198aa7da040181368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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
./chirpw E402
./chirp/memmap.py E731
./chirp/util.py E731
|