Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
[tool.ruff] | |
line-length = 119 | |
[tool.ruff.lint] | |
select = ["E", "F"] | |
ignore = ["E501"] # line too long (the formatter is taking care of this) | |
[tool.ruff.lint.isort] | |
lines-after-imports = 2 | |