Skip to content

Commit

Permalink
Adds pyspelling check to tox configs
Browse files Browse the repository at this point in the history
  • Loading branch information
genie9 committed Dec 28, 2021
1 parent e6c94eb commit 6daf3f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38, flake8, mypy, docs, black, bandit
envlist = py38, flake8, mypy, docs, black, bandit, pyspelling
skipsdist = True

[flake8]
Expand Down Expand Up @@ -50,6 +50,13 @@ deps =
bandit
commands = bandit -r metadata_backend/

[testenv:documents]
deps =
-rrequirements.txt
pyspelling
commands =
pyspelling -c .spellcheck.yml

[testenv]
deps =
.[test]
Expand Down

0 comments on commit 6daf3f4

Please sign in to comment.