Check spelling with codespell, closes #307

This commit is contained in:
Simon Willison 2021-08-03 09:48:37 -07:00
commit 991cf56ae2
5 changed files with 31 additions and 5 deletions

View file

@ -32,7 +32,7 @@ setup(
setup_requires=["pytest-runner"],
extras_require={
"test": ["pytest", "black", "hypothesis"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
"mypy": ["mypy", "types-click", "types-tabulate", "types-python-dateutil"],
"flake8": ["flake8"],
},