]> git.ipfire.org Git - thirdparty/jinja.git/commit
apply flake8
authorDavid Lord <davidism@gmail.com>
Fri, 10 Jan 2020 18:40:52 +0000 (10:40 -0800)
committerDavid Lord <davidism@gmail.com>
Fri, 10 Jan 2020 18:40:52 +0000 (10:40 -0800)
commitbb6216ea305a06d0157f0c0d0fb8be7bb625c523
tree221d419c2f8562a3758f468ccc7bd47b00447382
parent04c8787155137206d58d6ee147d06482c1a8b598
apply flake8
43 files changed:
examples/basic/inheritance.py
examples/basic/translate.py
examples/bench.py
ext/django2jinja/django2jinja.py
ext/django2jinja/example.py
scripts/generate_identifier_pattern.py
scripts/make-release.py
setup.cfg
src/jinja2/_compat.py
src/jinja2/_identifier.py
src/jinja2/asyncfilters.py
src/jinja2/bccache.py
src/jinja2/compiler.py
src/jinja2/debug.py
src/jinja2/defaults.py
src/jinja2/environment.py
src/jinja2/ext.py
src/jinja2/filters.py
src/jinja2/lexer.py
src/jinja2/loaders.py
src/jinja2/nodes.py
src/jinja2/parser.py
src/jinja2/runtime.py
src/jinja2/sandbox.py
src/jinja2/tests.py
src/jinja2/utils.py
tests/test_api.py
tests/test_async.py
tests/test_asyncfilters.py
tests/test_core_tags.py
tests/test_debug.py
tests/test_ext.py
tests/test_features.py
tests/test_filters.py
tests/test_imports.py
tests/test_inheritance.py
tests/test_lexnparse.py
tests/test_loader.py
tests/test_regression.py
tests/test_runtime.py
tests/test_security.py
tests/test_tests.py
tests/test_utils.py