| # Disable all rules by default | |
| lint.ignore = ["ALL"] | |
| # Enable specific rules | |
| lint.select = [ | |
| "S307", # suspicious-eval-usage | |
| # 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"] | |
Xet Storage Details
- Size:
- 357 Bytes
- Xet hash:
- b022439fad1ca937121be8dbf0faffb4b1c5049b1f60a6485995185b82f6cce7
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.