Skip to content

Commit bd138a6

Browse files
committed
Applied codespell
1 parent ad50279 commit bd138a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ commands =
4141
py3{10,11,12,13,14}-unit: python -m pip install -U pip setuptools wheel
4242
py3{10,11,12,13,14}-unit: make coverage-report coverage.xml PYTEST_EXTRA={posargs}
4343
py3{10,11,12,13,14}-bandit: bandit --configfile pyproject.toml --recursive cwl_utils
44-
py3{10,11,12,13,14}-lint: make flake8
45-
py3{10,11,12,13,14}-lint: make format-check
44+
py3{10,11,12,13,14}-lint: make flake8 format-check codespell-check
4645
py3{10,11,12,13,14}-mypy: make mypy
4746

4847
allowlist_externals =

0 commit comments

Comments
 (0)