Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 443 Bytes

Contributing

Dev Environment

For a uniformat develepment environment lock files are a necessary. For python using the same interpreter is important as well. uv fits this goal perfectly and thus is the preffered tool for the development environment.

uv run gamepadla

Code Formatting

ruff should be used for formatting the code before it is pushed.