Note that the FAST category is unused

This commit is contained in:
Adam Turner 2024-10-19 00:39:35 +01:00
parent 557d78fb1a
commit 63593636c2

View File

@ -134,6 +134,8 @@ select = [
"F",
# flake8-future-annotations ('FA')
"FA",
# flake8-fastapi ('FAST')
# FastAPI is not used in Sphinx
# flake8-boolean-trap ('FBT')
# NOT YET USED
# flake8-fixme ('FIX')