mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
a89d5d9948
commit
be6124241a
|
@ -32,7 +32,7 @@ cleanup() {
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
# Check for pep8
|
# Check for pep8
|
||||||
pycodestyle
|
flake8 . --count --show-source --statistics
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "pep8 failed; early exit."
|
echo "pep8 failed; early exit."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue