Merge branch '3670.work-with-new-towncrier' into 3667.test-utilities-python-3

This commit is contained in:
Itamar Turner-Trauring 2021-04-06 09:51:47 -04:00
commit 4c26c4cc6e
2 changed files with 2 additions and 2 deletions

0
newsfragments/3670.minor Normal file
View File

View File

@ -112,8 +112,8 @@ commands =
# If towncrier.check fails, you forgot to add a towncrier news
# fragment explaining the change in this branch. Create one at
# `newsfragments/<ticket>.<change type>` with some text for the news
# file. See pyproject.toml for legal <change type> values.
python -m towncrier.check --pyproject towncrier.pyproject.toml
# file. See towncrier.pyproject.toml for legal <change type> values.
python -m towncrier.check --config towncrier.pyproject.toml
[testenv:typechecks]