Skip to content
Snippets Groups Projects
Unverified Commit ce76abc5 authored by James Briggs's avatar James Briggs
Browse files

chore: lint

parent 81ccf031
No related branches found
No related tags found
No related merge requests found
from typing import List
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
......@@ -20,7 +22,7 @@ extensions = [
]
templates_path = ["_templates"]
exclude_patterns = []
exclude_patterns: List[str] = []
# -- Options for HTML output -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment