Set up linters for data science
This commit is contained in:
parent
1701605939
commit
42fd0e5a24
2 changed files with 6 additions and 1 deletions
|
|
@ -13,6 +13,11 @@ dependencies = [
|
|||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "basic"
|
||||
reportUnusedExpression = false
|
||||
reportUnusedVariable = false
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F841"]
|
||||
|
||||
[tool.marimo.runtime]
|
||||
dotenv = [".env"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue