John Anderson
2015-02-08 25c64c68d45d11f63684ac6d7ac7fb7e86f6acd3
refs
author John Anderson <sontek@gmail.com>
Sunday, February 8, 2015 06:06 +0100
committer John Anderson <sontek@gmail.com>
Sunday, February 8, 2015 06:06 +0100
commit25c64c68d45d11f63684ac6d7ac7fb7e86f6acd3
tree 1cda16ccc5a8a0a3a7d1e472a9b9bb9153f47d74 tree | zip | gz
parent 4517ec56047d5f33e0b190b69be2be1029612c05 view | diff
Add initial pep8 support.

This ignores plenty of warnings and errors in pep8 and only
focuses on a small subset that can easily be achieved.

Ignores applying pep8 to tests for now and only enforces on
the pyramid core code.
30 files modified
408 ■■■■ changed files
pyramid/authentication.py 31 ●●●● diff | view | raw | blame | history
pyramid/authorization.py 6 ●●●● diff | view | raw | blame | history
pyramid/config/__init__.py 13 ●●●● diff | view | raw | blame | history
pyramid/config/adapters.py 2 ●●● diff | view | raw | blame | history
pyramid/config/assets.py 8 ●●●●● diff | view | raw | blame | history
pyramid/config/util.py 2 ●●● diff | view | raw | blame | history
pyramid/config/views.py 63 ●●●●● diff | view | raw | blame | history
pyramid/exceptions.py 6 ●●●●● diff | view | raw | blame | history
pyramid/httpexceptions.py 74 ●●●● diff | view | raw | blame | history
pyramid/i18n.py 7 ●●●●● diff | view | raw | blame | history
pyramid/interfaces.py 2 ●●● diff | view | raw | blame | history
pyramid/path.py 4 ●●●● diff | view | raw | blame | history
pyramid/registry.py 8 ●●●● diff | view | raw | blame | history
pyramid/request.py 9 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/copydir.py 13 ●●●● diff | view | raw | blame | history
pyramid/scaffolds/tests.py 6 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/zodb/+package+/models.py 2 ●●● diff | view | raw | blame | history
pyramid/scripts/pcreate.py 2 ●●● diff | view | raw | blame | history
pyramid/scripts/prequest.py 14 ●●●●● diff | view | raw | blame | history
pyramid/scripts/pserve.py 12 ●●●●● diff | view | raw | blame | history
pyramid/scripts/ptweens.py 4 ●●●● diff | view | raw | blame | history
pyramid/scripts/pviews.py 8 ●●●●● diff | view | raw | blame | history
pyramid/static.py 8 ●●●●● diff | view | raw | blame | history
pyramid/testing.py 15 ●●●●● diff | view | raw | blame | history
pyramid/traversal.py 54 ●●●● diff | view | raw | blame | history
pyramid/url.py 19 ●●●●● diff | view | raw | blame | history
pyramid/util.py 4 ●●●● diff | view | raw | blame | history
pyramid/view.py 2 ●●● diff | view | raw | blame | history
setup.cfg 4 ●●●● diff | view | raw | blame | history
tox.ini 6 ●●●●● diff | view | raw | blame | history