Skip to content

pep8 1.5.4 fails on html5lib #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gsnedders opened this issue Apr 7, 2014 · 0 comments · Fixed by #147
Closed

pep8 1.5.4 fails on html5lib #146

gsnedders opened this issue Apr 7, 2014 · 0 comments · Fixed by #147
Assignees
Labels

Comments

@gsnedders
Copy link
Member

$ bash flake8-run.sh
html5lib/sanitizer.py:248:24: E713 test for membership should be 'not in'
html5lib/treebuilders/dom.py:161:24: E713 test for membership should be 'not in'
html5lib/tests/test_tokenizer.py:71:12: E713 test for membership should be 'not in'
html5lib/tests/test_tokenizer.py:72:34: E713 test for membership should be 'not in'
html5lib/tests/test_tokenizer.py:115:40: E128 continuation line under-indented for visual indent
html5lib/serializer/htmlserializer.py:38:16: E713 test for membership should be 'not in'
html5lib/serializer/htmlserializer.py:294:20: E713 test for membership should be 'not in'
@gsnedders gsnedders added the bug label Apr 7, 2014
@gsnedders gsnedders self-assigned this Apr 7, 2014
@gsnedders gsnedders changed the title Up-to-date pep8 fails on html5lib pep8 1.5.4 fails on html5lib Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant