Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix PEP-8 warnings #1

Merged
merged 1 commit into from
Jun 19, 2012
Merged

Conversation

dpursehouse
Copy link
Contributor

Fixed the following warnings:

E301 expected 1 blank line, found 0
E127 continuation line over-indented for visual indent

Which were found by running:

pep8.py --max-line-length 80

(PEP-8 checker pep8.py from github.com/jcrocholl/pep8)

Fixed the following warnings:

    E301 expected 1 blank line, found 0
    E127 continuation line over-indented for visual indent

Which were found by running:

    pep8.py --max-line-length 80

(PEP-8 checker pep8.py from github.com/jcrocholl/pep8)
@keleshev
Copy link
Contributor

A bit of a shame that pep257 had pep8 warnings—so I'm pulling this :-)

keleshev pushed a commit that referenced this pull request Jun 19, 2012
@keleshev keleshev merged commit 5688296 into PyCQA:master Jun 19, 2012
@dpursehouse
Copy link
Contributor Author

Thanks!

By the way, I've added this project on Ohloh:

https://www.ohloh.net/p/pep257

@keleshev
Copy link
Contributor

@dpursehouse never heard of ohloh before—looks interesting.

What do you think of pep257? I heard people say it's too strict, and is following the PEP too literally.

@dpursehouse
Copy link
Contributor Author

I haven't used it in depth yet, but it looks good. IMO stricter is better, but then I'm quite the pedant :)

Nurdok pushed a commit that referenced this pull request Mar 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants