Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mobook
GitHub Repository: mobook/mo-book
Path: blob/main/pyproject.toml
663 views
1
[tool.ruff]
2
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]
3
select = [
4
"E", "F", "I", "NPY", "Q", "RET", "RUF", "SIM",
5
]
6
7
[tool.ruff.isort]
8
case-sensitive = true
9
10