#2464 I missed a linting error

This commit is contained in:
Charlie Crane
2024-05-01 16:37:16 +01:00
parent a2482dc744
commit 0fd85722ae
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ extend-ignore =
D104
E203
E712
E713
D401
F811
ANN002

View File

@@ -30,8 +30,7 @@ release = version
# set global variables
rst_prolog = f"""
.. |VERSION| replace:: {release}
"""
.. |VERSION| replace:: {release} """ # noqa
html_title = f"{project} v{release} docs"