Skip to content

Commit

Permalink
* Makefile (lint): Add another spelling to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Feb 22, 2024
1 parent ec8ba66 commit a718c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a718c6b

Please sign in to comment.