From a718c6bc9d63fbc5a4e017eb5e991160572b3796 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 22 Feb 2024 23:02:28 +1100 Subject: [PATCH] * Makefile (lint): Add another spelling to ignore. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9f6ae93..7c1e0a49 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 $(LINTSRC) || true + codespell -d -L fom,hsa,trough,hange $(LINTSRC) || true isort --check $(LINTSRC) pylama $(LINTSRC) -vulture --min-confidence=70 $(LINTSRC)