feat: add ruff

This commit is contained in:
Barrett Ruth 2025-11-08 17:43:36 -05:00
parent 5730695a53
commit 7a610accd7
2 changed files with 29 additions and 0 deletions

View file

@ -11,4 +11,5 @@ dev = [
"mypy>=1.18.2",
"numpy>=2.3.4",
"pillow>=12.0.0",
"ruff>=0.14.4",
]