From 17e1d72a31afe05920a77e153991bbff83626ccd Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Wed, 1 May 2024 18:16:11 +0100 Subject: [PATCH] ignore flake8 E402 in docs conf.py --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f905846..f7c5f5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ # noqa: D100, INP001 +# flake8: noqa # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: @@ -11,6 +12,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information + from pygeoif import about project = "pygeoif"