From 10e8806accf7e201d3543b6627764dfae20d7063 Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Tue, 17 Dec 2024 12:41:08 -0500 Subject: [PATCH] comment --- ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruff.toml b/ruff.toml index 4926410..f42d2ad 100644 --- a/ruff.toml +++ b/ruff.toml @@ -8,6 +8,7 @@ quote-style = "single" [lint] extend-select = [ "I", # isort: https://docs.astral.sh/ruff/rules/#isort-i + # TODO: Uncomment the following extensions and address their warnings: # "UP", # pyupgrade: https://docs.astral.sh/ruff/rules/#pyupgrade-up # "D", # pydocstyle: https://docs.astral.sh/ruff/rules/#pydocstyle-d # "ANN", # annotations: https://docs.astral.sh/ruff/rules/#flake8-annotations-ann