]> git.ipfire.org Git - thirdparty/jinja.git/commit
satisfy formatter, linter, and strict mypy 1968/head
authorDavid Lord <davidism@gmail.com>
Tue, 23 Apr 2024 16:29:26 +0000 (09:29 -0700)
committerDavid Lord <davidism@gmail.com>
Tue, 23 Apr 2024 16:29:26 +0000 (09:29 -0700)
commit0ee5eb41d1a2d7d9a05a02dc26dd70e63aaaeeb1
tree3277a64e9b5703836bdbfc6b676cb9c4598e0f22
parent20477c63575175196bfc8103f223cc9f5642595d
satisfy formatter, linter, and strict mypy
21 files changed:
src/jinja2/__init__.py
src/jinja2/async_utils.py
src/jinja2/bccache.py
src/jinja2/compiler.py
src/jinja2/environment.py
src/jinja2/ext.py
src/jinja2/filters.py
src/jinja2/lexer.py
src/jinja2/loaders.py
src/jinja2/meta.py
src/jinja2/nodes.py
src/jinja2/optimizer.py
src/jinja2/parser.py
src/jinja2/runtime.py
src/jinja2/sandbox.py
src/jinja2/tests.py
src/jinja2/utils.py
src/jinja2/visitor.py
tests/test_api.py
tests/test_inheritance.py
tests/test_regression.py