Set Ruff config for the project

This commit is contained in:
marcus-daily
2024-10-31 12:02:41 +00:00
committed by Marcus
parent 0f4cf56418
commit 6975340d6c

View File

@@ -74,3 +74,7 @@ pythonpath = ["src"]
[tool.setuptools_scm]
local_scheme = "no-local-version"
fallback_version = "0.0.0-dev"
[tool.ruff]
exclude = ["*_pb2.py"]
line-length = 100