Michael Merickel
2018-10-15 bda1306749c62ef4f11cfe567ed7d56c8ad94240
refs
author Michael Merickel <github@m.merickel.org>
Monday, October 15, 2018 16:56 +0200
committer GitHub <noreply@github.com>
Monday, October 15, 2018 16:56 +0200
commitbda1306749c62ef4f11cfe567ed7d56c8ad94240
tree 304c696c105ca15bbe0f13d96c79524974de768b tree | zip | gz
parent 81576ee51564c49d5ff3c1c07f214f22a8438231 view | diff
a54bc1ccac17625991e26eb5d4577f893803c683 view | diff
Merge pull request #3388 from mmerickel/black

format source using black
2 files added
181 files modified
20825 ■■■■■ changed files
.flake8 18 ●●●●● diff | view | raw | blame | history
.travis.yml 4 ●●●● diff | view | raw | blame | history
MANIFEST.in 3 ●●●● diff | view | raw | blame | history
pyproject.toml 31 ●●●●● diff | view | raw | blame | history
setup.cfg 53 ●●●●● diff | view | raw | blame | history
setup.py 85 ●●●● diff | view | raw | blame | history
src/pyramid/asset.py 19 ●●●● diff | view | raw | blame | history
src/pyramid/authentication.py 352 ●●●●● diff | view | raw | blame | history
src/pyramid/authorization.py 42 ●●●●● diff | view | raw | blame | history
src/pyramid/compat.py 65 ●●●● diff | view | raw | blame | history
src/pyramid/config/__init__.py 308 ●●●●● diff | view | raw | blame | history
src/pyramid/config/adapters.py 77 ●●●● diff | view | raw | blame | history
src/pyramid/config/assets.py 67 ●●●●● diff | view | raw | blame | history
src/pyramid/config/factories.py 95 ●●●●● diff | view | raw | blame | history
src/pyramid/config/i18n.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/config/predicates.py 1 ●●●● diff | view | raw | blame | history
src/pyramid/config/rendering.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/config/routes.py 148 ●●●●● diff | view | raw | blame | history
src/pyramid/config/security.py 110 ●●●●● diff | view | raw | blame | history
src/pyramid/config/settings.py 4 ●●●● diff | view | raw | blame | history
src/pyramid/config/testing.py 58 ●●●●● diff | view | raw | blame | history
src/pyramid/config/tweens.py 47 ●●●● diff | view | raw | blame | history
src/pyramid/config/util.py 41 ●●●●● diff | view | raw | blame | history
src/pyramid/config/views.py 574 ●●●●● diff | view | raw | blame | history
src/pyramid/config/zca.py 4 ●●● diff | view | raw | blame | history
src/pyramid/csrf.py 68 ●●●● diff | view | raw | blame | history
src/pyramid/decorator.py 2 ●●● diff | view | raw | blame | history
src/pyramid/encode.py 7 ●●●● diff | view | raw | blame | history
src/pyramid/events.py 37 ●●●● diff | view | raw | blame | history
src/pyramid/exceptions.py 22 ●●●●● diff | view | raw | blame | history
src/pyramid/httpexceptions.py 336 ●●●● diff | view | raw | blame | history
src/pyramid/i18n.py 77 ●●●●● diff | view | raw | blame | history
src/pyramid/interfaces.py 374 ●●●● diff | view | raw | blame | history
src/pyramid/location.py 5 ●●●●● diff | view | raw | blame | history
src/pyramid/paster.py 7 ●●●● diff | view | raw | blame | history
src/pyramid/path.py 41 ●●●● diff | view | raw | blame | history
src/pyramid/predicates.py 57 ●●●●● diff | view | raw | blame | history
src/pyramid/registry.py 70 ●●●●● diff | view | raw | blame | history
src/pyramid/renderers.py 109 ●●●●● diff | view | raw | blame | history
src/pyramid/request.py 53 ●●●● diff | view | raw | blame | history
src/pyramid/resource.py 9 ●●●●● diff | view | raw | blame | history
src/pyramid/response.py 46 ●●●●● diff | view | raw | blame | history
src/pyramid/router.py 63 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/__init__.py 17 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/copydir.py 169 ●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/template.py 51 ●●●●● diff | view | raw | blame | history
src/pyramid/scaffolds/tests.py 28 ●●●●● diff | view | raw | blame | history
src/pyramid/scripting.py 26 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/common.py 6 ●●●● diff | view | raw | blame | history
src/pyramid/scripts/pcreate.py 188 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pdistreport.py 31 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/prequest.py 71 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/proutes.py 132 ●●●● diff | view | raw | blame | history
src/pyramid/scripts/pserve.py 107 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pshell.py 78 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/ptweens.py 42 ●●●●● diff | view | raw | blame | history
src/pyramid/scripts/pviews.py 76 ●●●● diff | view | raw | blame | history
src/pyramid/security.py 108 ●●●●● diff | view | raw | blame | history
src/pyramid/session.py 99 ●●●● diff | view | raw | blame | history
src/pyramid/settings.py 3 ●●●●● diff | view | raw | blame | history
src/pyramid/static.py 81 ●●●● diff | view | raw | blame | history
src/pyramid/testing.py 145 ●●●●● diff | view | raw | blame | history
src/pyramid/threadlocal.py 12 ●●●● diff | view | raw | blame | history
src/pyramid/traversal.py 158 ●●●●● diff | view | raw | blame | history
src/pyramid/tweens.py 3 ●●●●● diff | view | raw | blame | history
src/pyramid/url.py 93 ●●●● diff | view | raw | blame | history
src/pyramid/urldispatch.py 78 ●●●●● diff | view | raw | blame | history
src/pyramid/util.py 69 ●●●●● diff | view | raw | blame | history
src/pyramid/view.py 109 ●●●●● diff | view | raw | blame | history
src/pyramid/viewderivers.py 175 ●●●●● diff | view | raw | blame | history
src/pyramid/wsgi.py 2 ●●●●● diff | view | raw | blame | history
tests/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/ccbugapp/__init__.py 8 ●●●● diff | view | raw | blame | history
tests/pkgs/conflictapp/__init__.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/conflictapp/included.py 5 ●●●● diff | view | raw | blame | history
tests/pkgs/defpermbugapp/__init__.py 34 ●●●●● diff | view | raw | blame | history
tests/pkgs/eventonly/__init__.py 15 ●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/__init__.py 56 ●●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/models.py 6 ●●●● diff | view | raw | blame | history
tests/pkgs/exceptionviewapp/views.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/__init__.py 10 ●●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/models.py 3 ●●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/subpackage/__init__.py 2 ●●● diff | view | raw | blame | history
tests/pkgs/fixtureapp/views.py 5 ●●●●● diff | view | raw | blame | history
tests/pkgs/forbiddenapp/__init__.py 36 ●●●●● diff | view | raw | blame | history
tests/pkgs/forbiddenview/__init__.py 12 ●●●●● diff | view | raw | blame | history
tests/pkgs/hybridapp/__init__.py 81 ●●●● diff | view | raw | blame | history
tests/pkgs/hybridapp/views.py 10 ●●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/root.py 3 ●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/three.py 7 ●●●●● diff | view | raw | blame | history
tests/pkgs/includeapp1/two.py 4 ●●● diff | view | raw | blame | history
tests/pkgs/notfoundview/__init__.py 9 ●●●● diff | view | raw | blame | history
tests/pkgs/permbugapp/__init__.py 31 ●●●●● diff | view | raw | blame | history
tests/pkgs/rendererscanapp/__init__.py 5 ●●●●● diff | view | raw | blame | history
tests/pkgs/rendererscanapp/two/__init__.py 4 ●●●● diff | view | raw | blame | history
tests/pkgs/restbugapp/__init__.py 32 ●●●●● diff | view | raw | blame | history
tests/pkgs/restbugapp/views.py 6 ●●●●● diff | view | raw | blame | history
tests/pkgs/static_abspath/__init__.py 4 ●●●● diff | view | raw | blame | history
tests/pkgs/static_assetspec/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/static_routeprefix/__init__.py 2 ●●● diff | view | raw | blame | history
tests/pkgs/staticpermapp/__init__.py 35 ●●●●● diff | view | raw | blame | history
tests/pkgs/subrequestapp/__init__.py 10 ●●●● diff | view | raw | blame | history
tests/pkgs/viewdecoratorapp/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/pkgs/viewdecoratorapp/views/views.py 11 ●●●● diff | view | raw | blame | history
tests/pkgs/wsgiapp2app/__init__.py 3 ●●●●● diff | view | raw | blame | history
tests/test_asset.py 10 ●●●● diff | view | raw | blame | history
tests/test_authentication.py 792 ●●●●● diff | view | raw | blame | history
tests/test_authorization.py 154 ●●●●● diff | view | raw | blame | history
tests/test_compat.py 12 ●●●● diff | view | raw | blame | history
tests/test_config/__init__.py 27 ●●●● diff | view | raw | blame | history
tests/test_config/path/scanerror/__init__.py 2 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/asset/__init__.py 2 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/asset/subpackage/__init__.py 2 ●●● diff | view | raw | blame | history
tests/test_config/pkgs/scanextrakw/__init__.py 5 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/__init__.py 51 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/another.py 44 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/pod/notinit.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/notinit.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/scannable/subpackage/subsubpackage/__init__.py 1 ●●●● diff | view | raw | blame | history
tests/test_config/pkgs/selfscan/__init__.py 3 ●●●●● diff | view | raw | blame | history
tests/test_config/pkgs/selfscan/another.py 2 ●●● diff | view | raw | blame | history
tests/test_config/test_adapters.py 122 ●●●● diff | view | raw | blame | history
tests/test_config/test_assets.py 344 ●●●●● diff | view | raw | blame | history
tests/test_config/test_factories.py 86 ●●●● diff | view | raw | blame | history
tests/test_config/test_i18n.py 129 ●●●●● diff | view | raw | blame | history
tests/test_config/test_init.py 1420 ●●●●● diff | view | raw | blame | history
tests/test_config/test_rendering.py 23 ●●●●● diff | view | raw | blame | history
tests/test_config/test_routes.py 55 ●●●●● diff | view | raw | blame | history
tests/test_config/test_security.py 54 ●●●● diff | view | raw | blame | history
tests/test_config/test_settings.py 319 ●●●●● diff | view | raw | blame | history
tests/test_config/test_testing.py 76 ●●●●● diff | view | raw | blame | history
tests/test_config/test_tweens.py 312 ●●●●● diff | view | raw | blame | history
tests/test_config/test_util.py 275 ●●●●● diff | view | raw | blame | history
tests/test_config/test_views.py 1767 ●●●● diff | view | raw | blame | history
tests/test_csrf.py 52 ●●●●● diff | view | raw | blame | history
tests/test_decorator.py 4 ●●●● diff | view | raw | blame | history
tests/test_docs.py 1 ●●●● diff | view | raw | blame | history
tests/test_encode.py 27 ●●●●● diff | view | raw | blame | history
tests/test_events.py 137 ●●●● diff | view | raw | blame | history
tests/test_exceptions.py 33 ●●●● diff | view | raw | blame | history
tests/test_httpexceptions.py 97 ●●●● diff | view | raw | blame | history
tests/test_i18n.py 135 ●●●●● diff | view | raw | blame | history
tests/test_integration.py 371 ●●●●● diff | view | raw | blame | history
tests/test_location.py 29 ●●●●● diff | view | raw | blame | history
tests/test_paster.py 47 ●●●● diff | view | raw | blame | history
tests/test_path.py 204 ●●●● diff | view | raw | blame | history
tests/test_predicates.py 128 ●●●●● diff | view | raw | blame | history
tests/test_registry.py 185 ●●●●● diff | view | raw | blame | history
tests/test_renderers.py 237 ●●●●● diff | view | raw | blame | history
tests/test_request.py 241 ●●●●● diff | view | raw | blame | history
tests/test_response.py 86 ●●●● diff | view | raw | blame | history
tests/test_router.py 568 ●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_copydir.py 426 ●●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_init.py 7 ●●●●● diff | view | raw | blame | history
tests/test_scaffolds/test_template.py 69 ●●●●● diff | view | raw | blame | history
tests/test_scripting.py 27 ●●●● diff | view | raw | blame | history
tests/test_scripts/dummy.py 48 ●●●● diff | view | raw | blame | history
tests/test_scripts/test_common.py 3 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pcreate.py 212 ●●●● diff | view | raw | blame | history
tests/test_scripts/test_pdistreport.py 63 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_prequest.py 134 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_proutes.py 267 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pserve.py 70 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_pshell.py 269 ●●●●● diff | view | raw | blame | history
tests/test_scripts/test_ptweens.py 17 ●●●● diff | view | raw | blame | history
tests/test_scripts/test_pviews.py 272 ●●●●● diff | view | raw | blame | history
tests/test_security.py 136 ●●●● diff | view | raw | blame | history
tests/test_session.py 147 ●●●● diff | view | raw | blame | history
tests/test_settings.py 14 ●●●● diff | view | raw | blame | history
tests/test_static.py 198 ●●●●● diff | view | raw | blame | history
tests/test_testing.py 199 ●●●●● diff | view | raw | blame | history
tests/test_threadlocal.py 18 ●●●● diff | view | raw | blame | history
tests/test_traversal.py 276 ●●●●● diff | view | raw | blame | history
tests/test_tweens.py 22 ●●●●● diff | view | raw | blame | history
tests/test_url.py 793 ●●●●● diff | view | raw | blame | history
tests/test_urldispatch.py 460 ●●●●● diff | view | raw | blame | history
tests/test_util.py 373 ●●●●● diff | view | raw | blame | history
tests/test_view.py 460 ●●●● diff | view | raw | blame | history
tests/test_viewderivers.py 847 ●●●● diff | view | raw | blame | history
tests/test_wsgi.py 27 ●●●●● diff | view | raw | blame | history
tox.ini 18 ●●●● diff | view | raw | blame | history