backend / pyproject.toml
albertvillanova's picture
Use only ruff as linter and formatter
10952e9 verified
raw
history blame
189 Bytes
[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