Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control.

This commit is contained in:
Soren Hansen
2011年01月20日 01:23:57 +01:00
parent 97d9b426f8
commit 2c75ad02c5

View File

@@ -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
openstack/nova
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.

The note is not visible to the blocked user.