We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599650 commit 327d0ffCopy full SHA for 327d0ff
requirements-dev.txt
@@ -3,5 +3,4 @@ flake8==3.8.*
3
pytest~=6.2.3
4
pytest-cov~=2.11.1
5
pre-commit
6
-codespell==1.17.1
7
yapf==0.30.*
scripts/test
@@ -23,16 +23,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
23
# Code formatting
24
yapf -dpr stacterm tests
25
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
-
36
# Test suite with coverage enabled
37
pytest -s --cov stacterm --cov-report term-missing
38
coverage xml
0 commit comments