diff --git a/Makefile b/Makefile index 7c1e0a49..b34562c5 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ pylint: pylint --enable=useless-suppression $(LINTSRC) lint: envset flake8 ruff pylint - codespell -d -L fom,hsa,trough,hange $(LINTSRC) || true + codespell -d -L fom,hsa,trough,harge $(LINTSRC) || true isort --check $(LINTSRC) pylama $(LINTSRC) -vulture --min-confidence=70 $(LINTSRC)