Fix Makefile and PyProtject config for current Ruff

This commit is contained in:
Donncha Ó Cearbhaill
2025-12-19 13:40:15 +01:00
parent b183ca33b5
commit b2dd8b2476
2 changed files with 4 additions and 9 deletions
+1 -6
View File
@@ -1,14 +1,9 @@
PWD = $(shell pwd)
autofix:
ruff format .
ruff check --fix .
check: ruff mypy
ruff:
ruff format --check .
ruff check -q .
ruff check .
mypy:
mypy