From 8d7c3bbb74515def35323062e49bde1e8f86fb6a Mon Sep 17 00:00:00 2001 From: Tom Aldcroft Date: Tue, 19 Mar 2024 11:32:33 -0400 Subject: [PATCH] Exclude dev_utils --- ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruff.toml b/ruff.toml index 33719d22..c9e92aff 100644 --- a/ruff.toml +++ b/ruff.toml @@ -3,6 +3,7 @@ extend = "ruff-base.toml" # These are files to exclude for this project. extend-exclude = [ # "**/*.ipynb", # commonly not ruff-compliant + "dev_utils", ] # These are rules that commonly cause many ruff warnings. Code will be improved by