Skip to content

Commit 327d0ff

Browse files
committed
remove codespell
1 parent 9599650 commit 327d0ff

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ flake8==3.8.*
33
pytest~=6.2.3
44
pytest-cov~=2.11.1
55
pre-commit
6-
codespell==1.17.1
76
yapf==0.30.*

scripts/test

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
2323
# Code formatting
2424
yapf -dpr stacterm tests
2525

26-
# Code spelling
27-
codespell -I .codespellignore -f \
28-
stacterm/*.py stacterm/**/*.py \
29-
tests/*.py tests/**/*.py \
30-
docs/*.rst docs/**/*.rst \
31-
docs/*.ipynb docs/**/*.ipynb \
32-
scripts/* \
33-
*.py \
34-
*.md
35-
3626
# Test suite with coverage enabled
3727
pytest -s --cov stacterm --cov-report term-missing
3828
coverage xml

0 commit comments

Comments
 (0)