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"]