ruff/line-length

This commit is contained in:
Marc Beninca 2024-06-12 14:56:12 +02:00
parent 7d6700a04b
commit c5119b4107
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,3 +1,6 @@
[tool.ruff]
line-length = 80
[tool.ruff.lint]
ignore = ["COM812", "D203", "D213", "ISC001"]
select = ["ALL"]