[chirp_devel] [PATCH 0/3] pep8 improvements
Zach Welch
Sat Feb 28 03:03:32 PST 2015
These patches improve CHIRP's pep8 checking. The first makes the
cpep8.py script work on Windows by eliminating the dynamic manifest
generation in favor of a static file. The second patch factors the
virtualenv out of run_all_tests.sh into a new cpep8.sh script. Finally,
the third patch bumps the pep8 requirement from 1.4.6 to 1.6.2 and
chases down the new style issues that it caused.
Zach Welch (3):
Improve cpep8.py (#2355)
Add cpep8.sh wrapper script (#2355)
Update cpep8 to use pep8 1.6.2 (#2355)
.hgignore | 3 +-
chirp/generic_xml.py | 2 +-
chirp/platform.py | 14 ++++--
chirp/template.py | 8 +--
chirp/xml_ll.py | 26 +++++-----
chirpc | 7 +--
chirpui/clone.py | 2 +-
chirpw | 16 +++---
run_all_tests.sh | 24 +--------
setup.py | 4 +-
tools/cpep8.manifest | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++
tools/cpep8.py | 39 +++++++++++----
tools/cpep8.sh | 21 ++++++++
13 files changed, 231 insertions(+), 74 deletions(-)
create mode 100755 tools/cpep8.sh
--
1.9.1
More information about the chirp_devel
mailing list