Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 233 Bytes
8c49cb6 10952e9 6aa068b 10952e9 8c49cb6 10952e9 3f2e3c9 |
1 2 3 4 5 6 7 8 9 10 11 |
[tool.ruff]
line-length = 119
[tool.ruff.lint]
select = ["C", "E", "F", "I", "W"]
ignore = ["E501"] # line too long (the formatter is taking care of this)
[tool.ruff.lint.isort]
lines-after-imports = 2
known-local-folder = ["src"]
|