Fix Makefile and PyProtject config for current Ruff (#726)

This commit is contained in:
Donncha Ó Cearbhaill
2025-12-19 13:43:20 +01:00
committed by GitHub
parent b183ca33b5
commit 939bec82ff
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