From 63593636c2c63d2b925a9bfe6845058236b16dc2 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:39:35 +0100 Subject: [PATCH] Note that the FAST category is unused --- .ruff.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ruff.toml b/.ruff.toml index 56ad888d4..d20ce533f 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -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')