summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 07:48:45 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 07:48:45 -0700
commit896a62135bcc151f2997e028c5125bec2cb2431f (patch)
treedca4a04fa2f9fc5b78c215ea236a709ce5419041 /setup.cfg
parent7d72eb7fefb7dce065193967f31f805180508448 (diff)
parent54262978d60902e777df029a20ebb74ba6985f2f (diff)
downloadjinja2-896a62135bcc151f2997e028c5125bec2cb2431f.tar.gz
Merge branch '3.0.x'
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 803e8c6..c23d939 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -87,6 +87,7 @@ per-file-ignores =
[mypy]
files = src/jinja2
python_version = 3.7
+show_error_codes = True
disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_defs = True