diff --git a/.ruff.toml b/.ruff.toml index e175a0edf..d1692d9a3 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -357,7 +357,7 @@ select = [ "TID252", # Relative imports from parent modules are banned "TID253", # `{name}` is banned at the module level # flake8-trio ('TRIO') - # NOT YET USED + # Trio is not used in Sphinx # tryceratops ('TRY') # NOT YET USED # pyupgrade ('UP')