summaryrefslogtreecommitdiff
path: root/tools/format_docs_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/format_docs_code.py')
-rw-r--r--tools/format_docs_code.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/format_docs_code.py b/tools/format_docs_code.py
index 3b11c24a8..fcb844291 100644
--- a/tools/format_docs_code.py
+++ b/tools/format_docs_code.py
@@ -4,7 +4,10 @@ this script parses the documentation files and runs black on the code blocks
that it extracts from the documentation.
.. versionadded:: 2.0
+
"""
+# mypy: ignore-errors
+
from argparse import ArgumentParser
from argparse import RawDescriptionHelpFormatter
from collections.abc import Iterator