Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
97727771
Commit
97727771
authored
Mar 07, 2013
by
Andoni Morales Alastruey
Browse files
pep8: ignore E128 which is annoying
parent
e16069ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
97727771
...
...
@@ -14,7 +14,7 @@ dist-tarball:
python setup.py sdist
--formats
=
bztar
check-pep8
:
find cerbero
!
-regex
cerbero/packages/debian.py
-name
\*
.py |
sort
-u
| xargs pep8
--repeat
find cerbero
!
-regex
cerbero/packages/debian.py
-name
\*
.py |
sort
-u
| xargs pep8
--ignore
=
E128
--repeat
check
:
PYTHONPATH
=
$(PYTHONPATH)
:./test:./cerbero
;
trial
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment