]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pep8: cleaned up excludes
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 21 Jan 2015 15:44:06 +0000 (16:44 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 23 Jan 2015 14:04:56 +0000 (15:04 +0100)
commit7f37bf413abf43940cf03715d445f5b8b1bf2f5f
tree41142d3ae405ce2d1fa404d449a718a3e39b6981
parent8714ab28090f7a43f5cb3e712d554da0dc58bed7
pep8: cleaned up excludes

Don't over-exclude files from pep8 automation. Specifically, tools/*
should maintain common Python style as any other Neutron code.

Don't exclude every single dot-file/dot-dir separately but instead
apply .* wildcard.

Drop rally-scenarios exclusion. First, the directory is now rally-jobs,
so exclusion didn't work. Second, it's better to also apply pep8 checks
for those files (there are some Python files inside the directory).

Change-Id: Ife1d8a538c1bdddac30ca1c30c48a71564860624
tox.ini