chore: add pyproject.toml, ruff/pytest config, pre-commit hooks, dev deps

This commit is contained in:
AJ
2026-07-01 23:43:30 -04:00
parent f5749947e1
commit 5ec53b87bc
4 changed files with 82 additions and 0 deletions
+4
View File
@@ -4,3 +4,7 @@ PySide6>=6.6
# Build / packaging
pyinstaller>=6.0
pillow>=10.0 # generates icons/app.ico during CI (Windows build)
# Test / lint
pytest>=8.0
ruff>=0.6