Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/docs/source/pyproject.toml
6939 views
1
[tool.ruff]
2
fix = true
3
4
[tool.ruff.lint]
5
ignore = [
6
"E402", # Module level import not at top of file
7
"F811", # Redefinition of unused variable
8
]
9
10