mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-20 22:26:53 -04:00
Turn on type checking
This commit is contained in:
@@ -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 -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user