From 7542965e5dd58a246193e6d107f6b9efab8bd65b Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 31 Dec 2024 10:58:43 +0000 Subject: [PATCH] Remove comments as they're wrongly placed --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0150f6456..e03574bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,6 @@ extend-exclude = [ "{{cookiecutter.project_slug}}/*", ] -# ==== pytest ==== lint.select = [ "A", # "ANN", # flake8-annotations: we should support this in the future but 100+ errors atm