From f98a1df048e7323e19b1c01f44392e8dbfb8d478 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Tue, 9 Jul 2024 09:44:30 -0400 Subject: [PATCH] fix Ruff configuration --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 169fb16..0ecdccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ requires = ["setuptools", "wheel"] build-backend = 'setuptools.build_meta' -[tool.ruff] +[tool.ruff.lint] select = [ "E9", # syntax / io error "F63", # assertion traps "F7", # keyword outside special block "F82", # undefined variables -] \ No newline at end of file +]