File: cpep8.exceptions

package info (click to toggle)
chirp 1%3A20221106%2Bpy3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,144 kB
  • sloc: python: 119,334; ansic: 296; sh: 184; makefile: 41
file content (10 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (5)
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