From ce76abc545c2f9f6e246d40969ee37df03a177fa Mon Sep 17 00:00:00 2001 From: James Briggs <james.briggs@hotmail.com> Date: Thu, 1 Aug 2024 12:58:32 +0400 Subject: [PATCH] chore: lint --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b3861d48..37f2cc25 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,3 +1,5 @@ +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 ------------------------------------------------- -- GitLab