mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 14:07:29 +00:00
Ignore pep-8 errors in britney2-tests
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
6bc776daf1
commit
bb85373210
@ -32,6 +32,8 @@ def all_python_files(project_dir):
|
||||
subdirs.remove('.git')
|
||||
if 'doc' in subdirs:
|
||||
subdirs.remove('doc')
|
||||
if 'britney2-tests' in subdirs:
|
||||
subdirs.remove('britney2-tests')
|
||||
|
||||
subdirs.sort()
|
||||
files.sort()
|
||||
|
Loading…
x
Reference in New Issue
Block a user