Created
July 30, 2019 21:49
-
-
Save adithyabsk/9d708e1546c3988c9654442fad484af3 to your computer and use it in GitHub Desktop.
Building the pyproject.toml file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poetry add click | |
poetry add toml | |
poetry add sphinx --optional | |
poetry add sphinx_rtd_theme --optional | |
poetry add flake8 -D | |
poetry add xdoctest -D | |
poetry add flake8-docstrings -D | |
poetry add pydocstyle -D | |
poetry add black -D --allow-prereleases | |
poetry add isort -E pyproject | |
poetry add pytest-cov -D | |
poetry add pytest-mock -D | |
poetry add coverage -D | |
poetry add tox -D | |
poetry add towncrier -D | |
poetry add pre-commit -D | |
poetry add sphinx -D | |
poetry add sphinx_rtd_theme -D | |
poetry add toml -D | |
poetry add darglint -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment