Allow and unify the usage of TODOs

This commit is contained in:
Alexander Hess 2024-09-27 15:29:33 +02:00
commit 4c0c7887e5
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 23 additions and 1 deletions

View file

@ -205,6 +205,7 @@ def lint(session: nox.Session) -> None:
"flake8-isort",
"flake8-quotes",
"flake8-string-format",
"flake8-todos",
"flake8-pyproject",
"flake8-pytest-style",
"mypy",