Remove comments as they're wrongly placed

This commit is contained in:
Bruno Alla 2024-12-31 10:58:43 +00:00
parent 122070cb8f
commit 7542965e5d

View File

@ -65,7 +65,6 @@ extend-exclude = [
"{{cookiecutter.project_slug}}/*", "{{cookiecutter.project_slug}}/*",
] ]
# ==== pytest ====
lint.select = [ lint.select = [
"A", "A",
# "ANN", # flake8-annotations: we should support this in the future but 100+ errors atm # "ANN", # flake8-annotations: we should support this in the future but 100+ errors atm