ruff/line-length

This commit is contained in:
Marc Beninca 2024-06-12 14:54:59 +02:00
parent 959107c245
commit 4414a9a712
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -31,6 +31,9 @@ requires-python = ">= 3.10"
[tool.hatch.version]
path = "rwx/__init__.py"
[tool.ruff]
line-length = 80
[tool.ruff.lint]
ignore = ["COM812", "D203", "D213", "ISC001"]
select = ["ALL"]