ruff for linting

This commit is contained in:
2025-12-18 21:44:28 -08:00
parent a8d00470d4
commit 1e9fbe339c
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ Repository = "https://github.com/iluvcapra/pycmx.git"
Tracker = "https://github.com/iluvcapra/pycmx/issues"
[dependency-groups]
dev = ['ruff']
dev = ['ruff', 'pytest']
doc = ['sphinx', 'sphinx_rtd_theme']