From 0a2a15ae83a37cc27bb62a72a19ed9fc37d13420 Mon Sep 17 00:00:00 2001 From: JustinBonus Date: Fri, 20 Sep 2024 21:12:22 -0700 Subject: [PATCH] Exclude TaichiEvent example numerical methods from lint/format, they are to be written up (soon) as formal examples for HydroUQ and will be linted / formatted in that repo --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c6dbc62a2..3501f12c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,7 @@ [tool.ruff] line-length = 85 +# Example Taichi programs for users to test are held here until formal examples are made/documented for HydroUQ, etc. Don't need to lint/format - JustinBonus +extend-exclude = ["modules/createEVENT/TaichiEvent"] [tool.ruff.lint] # Enable all known categories