Skip to content

Commit 28c7219

Browse files
committed
add codespell as dev dependency
1 parent 88af385 commit 28c7219

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

poetry.lock

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ coveralls = "^3.2.0"
3636
isort = "^5.9.2"
3737
pylint = "^2.9.5"
3838
pytest-benchmark = "^3.4.1"
39+
codespell = "^2.1.0"
3940

4041
[tool.black]
4142
exclude = '/(submodules|.tox)/'

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ certifi==2021.5.30; python_version >= "3.5" and python_full_version < "3.0.0" or
88
cffi==1.14.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
99
charset-normalizer==2.0.3; python_full_version >= "3.6.0" and python_version >= "3.5"
1010
click==8.0.1; python_version >= "3.6" and python_full_version >= "3.6.2"
11+
codespell==2.1.0; python_version >= "3.5"
1112
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.2" and platform_system == "Windows" and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") or sys_platform == "win32" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") and python_full_version >= "3.5.0")
1213
coverage==5.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
1314
coveralls==3.2.0; python_version >= "3.5"

0 commit comments

Comments
 (0)