Add ruff linting configuration

This commit is contained in:
Nielson Janné 2025-03-14 22:18:05 +01:00
parent 06dbfed5a0
commit 1f75264e96

View File

@ -28,3 +28,12 @@ dependencies = [
[tool.setuptools]
packages = ["."]
exclude = ["data"]
[tool.ruff]
line-length = 120
[tool.ruff.format]
quote-style = "double"
skip-magic-trailing-comma = true
line-ending = "auto"
docstring-code-format = false