From a75198bec6a0a7a26e10fbcd82a4b6d0f4d59794 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 26 Feb 2024 15:17:43 +1100 Subject: [PATCH] * Makefile (lint): Skip 'harge' not 'hange' with Codespell. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)