From 0fd85722aeae3d9bff062f33c18a5bf2a5aa92af Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Wed, 1 May 2024 16:37:16 +0100 Subject: [PATCH] #2464 I missed a linting error --- .flake8 | 1 + docs/conf.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index c2d9e4bb..ba2f3864 100644 --- a/.flake8 +++ b/.flake8 @@ -7,6 +7,7 @@ extend-ignore = D104 E203 E712 + E713 D401 F811 ANN002 diff --git a/docs/conf.py b/docs/conf.py index a666e460..93e8a447 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"