Skip to content

Commit a58043b

Browse files
committed
Applied codespell
1 parent ad50279 commit a58043b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lint-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
auto-walrus == 0.3.4
21
black == 25.*
32
codespell == 2.4.1
43
flake8-bugbear < 25.12

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)