Turn on type checking

This commit is contained in:
Romuald Bierbasz
2019-08-02 15:15:29 +02:00
parent 13a3f7577b
commit c3bbeee54d
8 changed files with 27 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
exclude_patterns = [] # type: ignore
# -- Options for HTML output -------------------------------------------------