From 923c5ca8dea74dda3361ced6c57b6f26a87647b4 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Fri, 20 Dec 2024 09:51:03 -0800 Subject: [PATCH] nit --- ruff.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index a59bfedcc..c354505f8 100644 --- a/ruff.toml +++ b/ruff.toml @@ -8,4 +8,6 @@ lint.select = [ # The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names. # See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f "F", -] \ No newline at end of file +] + +exclude = ["*.ipynb"]