mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 23:06:23 +00:00
3c57fdb4a9
By default ruff excludes all files in directories named "dist" from linting (https://docs.astral.sh/ruff/settings/#exclude). This caused the Python scripts in `source/tools/dist/` to not get linted. This commit fixes that and adjusts their style to fit our ruff rules.