Skip to content

Commit f564c4c

Browse files
authored
Simplify codespell configuration (#4703)
I was looking at this recently and found the configuration stuff to be unnecessary.
1 parent 7576232 commit f564c4c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.codespell-whitelist

Lines changed: 0 additions & 3 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ MYPY_SCOPE := $(foreach S,$(ALL_EXECUTABLE_SPEC_NAMES), -p $(MYPY_PACKAGE_BASE).
313313
lint: _pyspec
314314
@uv --quiet lock --check
315315
@$(UV_RUN) mdformat --number --wrap=80 $(MARKDOWN_FILES)
316-
@$(UV_RUN) codespell . --skip "./.git,$(VENV),$(PYSPEC_DIR)/.mypy_cache" -I .codespell-whitelist
316+
@$(UV_RUN) codespell
317317
@$(UV_RUN) ruff check --fix --quiet $(CURDIR)/tests $(CURDIR)/pysetup $(CURDIR)/setup.py
318318
@$(UV_RUN) ruff format --quiet $(CURDIR)/tests $(CURDIR)/pysetup $(CURDIR)/setup.py
319319
@$(UV_RUN) mypy $(MYPY_SCOPE)

0 commit comments

Comments
 (0)