OPT add linting workflow

This commit is contained in:
Peter 2025-12-29 17:00:39 +01:00
parent 5c4dc8a630
commit 1238264f74

View File

@ -29,3 +29,15 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["src"]
[tool.ruff]
line-length = 100
target-version = "py314"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "SIM"]
ignore = []
[tool.ruff.format]
quote-style = "double"
indent-style = "space"