backend / pyproject.toml
clefourrier's picture
clefourrier HF staff
Fix style (#12)
9b14fa5 verified
raw
history blame
233 Bytes
[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"]