Skip to content

Commit

Permalink
Update cookiecutter/target-template/{{cookiecutter.target_id}}/tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 22, 2023
1 parent ed6d585 commit 39cf40e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ commands =
poetry run pytest
poetry run black --check {{cookiecutter.library_name}}/
poetry run flake8 {{cookiecutter.library_name}}
poetry run pydocstyle {{cookiecutter.library_name}}
poetry run mypy {{cookiecutter.library_name}} --exclude='{{cookiecutter.library_name}}/tests'

[testenv:pytest]
Expand Down

0 comments on commit 39cf40e

Please # to comment.