This commit is contained in:
huchenlei 2024-12-20 09:51:03 -08:00
parent d7da99a138
commit 923c5ca8de

View File

@ -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",
]
]
exclude = ["*.ipynb"]