Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control.
This commit is contained in:
@@ -71,4 +71,4 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
run_tests && pep8 --repeat --show-pep8 --show-source bin/* nova setup.py || exit 1
|
||||
run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1
|
||||
|
||||
Reference in New Issue
Block a user