Skip to content
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

pep8 as much as possible w/o touching the code #14

Closed
wants to merge 1 commit into from
Closed

pep8 as much as possible w/o touching the code #14

wants to merge 1 commit into from

Conversation

minusf
Copy link
Contributor

@minusf minusf commented Feb 22, 2016

this is a bit of an ocd PR, but i find the additional whitespace gives a bit more breathing space :]

remaining violations:

sqlite_web.py:59:1: E402 module level import not at top of file
sqlite_web.py:59:1: F403 'from peewee import *' used; unable to detect undefined names
sqlite_web.py:60:1: E402 module level import not at top of file
sqlite_web.py:61:1: E402 module level import not at top of file
sqlite_web.py:62:1: E402 module level import not at top of file
sqlite_web.py:428:36: F812 list comprehension redefines 'field' from line 419

no hard feelings if you ignore this PR, i'll just disable the checks in vim.

@coleifer
Copy link
Owner

I fixed the unused variable and the buf= line, but I'm not going to merge the other changes.

@coleifer coleifer closed this Feb 23, 2016
@minusf minusf deleted the pep8 branch February 23, 2016 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants