]> git.ipfire.org Git - thirdparty/jinja.git/commit
Setup mypy 1247/head
authorTeymour Aldridge <teymour.aldridge@icloud.com>
Fri, 26 Jun 2020 14:22:21 +0000 (15:22 +0100)
committerTeymour Aldridge <teymour.aldridge@icloud.com>
Tue, 28 Jul 2020 21:32:34 +0000 (22:32 +0100)
commit50ae5b6ac7e5962d525deac5bb3ae6fd9c2c2ae0
treefa13e4b0339f26d92b6852d5a0f792303768c90c
parent03c719f3ec4db9660aa4dea30bef9ac8e47aa933
Setup mypy
* Add missing type hints (these are intended as an initial set of type hints, to be added upon and improved later)
* Setup MyPy to run as a Github Action
15 files changed:
.github/workflows/tests.yaml
.gitignore
setup.cfg
src/jinja2/compiler.py
src/jinja2/environment.py
src/jinja2/ext.py
src/jinja2/filters.py
src/jinja2/nativetypes.py
src/jinja2/nodes.py
src/jinja2/runtime.py
src/jinja2/sandbox.py
tests/test_api.py
tests/test_asyncfilters.py
tests/test_ext.py
tox.ini