Spaces:
Runtime error
Runtime error
[tool.ruff] | |
# Exclude a variety of commonly ignored directories. | |
exclude = [ | |
".bzr", | |
".direnv", | |
".eggs", | |
".git", | |
".git-rewrite", | |
".hg", | |
".ipynb_checkpoints", | |
".mypy_cache", | |
".nox", | |
".pants.d", | |
".pyenv", | |
".pytest_cache", | |
".pytype", | |
".ruff_cache", | |
".svn", | |
".tox", | |
".venv", | |
".vscode", | |
"__pypackages__", | |
"_build", | |
"buck-out", | |
"build", | |
"dist", | |
"node_modules", | |
"site-packages", | |
"venv", | |
] | |
# Same as Black. | |
line-length = 99 | |
indent-width = 4 | |