diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-08 21:03:16 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-08 21:03:16 -0600 |
| commit | e99416456afd4aa8bde42016826f9a345291cbf3 (patch) | |
| tree | a7a95639cd1cb5dbe2d91a2ca8e8defafac4296d /tools/cpep8.exceptions | |
| parent | 194cf4e5e0b6a2811103a9b739a72b9afe2b886c (diff) | |
| download | chirp-e99416456afd4aa8bde42016826f9a345291cbf3.tar.gz chirp-e99416456afd4aa8bde42016826f9a345291cbf3.tar.xz | |
Initial Commit
Diffstat (limited to 'tools/cpep8.exceptions')
| -rw-r--r-- | tools/cpep8.exceptions | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/cpep8.exceptions b/tools/cpep8.exceptions new file mode 100644 index 0000000..4efef30 --- /dev/null +++ b/tools/cpep8.exceptions @@ -0,0 +1,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 |
