From cf1900df3643b71c6b83fc9144e7cae5eb20d008 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 7 Jul 2023 14:37:27 -0700 Subject: [PATCH] Add UP and C4 to ruff configuration --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d86ce71..205016e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,8 @@ select = [ "N", # pep8-naming "W", # pycodestyle "D", # pydocstyle + "UP", + "C4", ] target-version = "py310" extend-select = [