Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control.
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.