chore: update pyproject.toml files, remove codespell (#33028)

- Removes Codespell from deps, docs, and `Makefile`s
- Python version requirements in all `pyproject.toml` files now use the
`~=` (compatible release) specifier
- All dependency groups and main dependencies now use explicit lower and
upper bounds, reducing potential for breaking changes
This commit is contained in:
Mason Daugherty
2025-09-20 22:09:33 -04:00
committed by GitHub
parent f2b0afd0b7
commit 781db9d892
77 changed files with 6372 additions and 4862 deletions

View File

@@ -41,12 +41,6 @@ format format_diff:
[ "$(PYTHON_FILES)" = "" ] || uv run ruff format $(PYTHON_FILES)
[ "$(PYTHON_FILES)" = "" ] || uv run ruff check --fix $(PYTHON_FILES)
spell_check:
uv run codespell --toml pyproject.toml
spell_fix:
uv run codespell --toml pyproject.toml -w
check_imports: $(shell find __module_name__ -name '*.py')
uv run python ./scripts/check_imports.py $^