Hi,
I've created the test/pass_pep8.sh and modified the pass_pylint.sh
pep8 is a small program which is available on most repositories. You can
install it with you package manager or easy_install.
Basically pep8 checks the syntax in order to ensure a pep8 coding style. It
is a bit different from pylint actually because pylint checks deeper.
If you want to check code quality just run test/pass_pep8.sh or
test/pass_pylint.sh
|