Fix linting and build jobs

This commit is contained in:
2025-02-23 22:12:43 +00:00
parent bc26cd1a48
commit 62e8dad94b
5 changed files with 40 additions and 14 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
.PHONY: lint
lint:
python3 -m ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
python3 -m ruff check --output-format=github --target-version=py39 .