We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d5fa9 commit b1e741bCopy full SHA for b1e741b
.circleci/config.yml
@@ -197,10 +197,10 @@ jobs:
197
steps:
198
- install_poetry
199
- using_poetry:
200
- cache_key: "typecheck-v2"
201
- steps:
202
- - run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
203
- - run: $POETRY_HOME/bin/poetry run mypy aiosmtplib
+ cache_key: "typecheck-v2"
+ steps:
+ - run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
+ - run: $POETRY_HOME/bin/poetry run mypy aiosmtplib
204
205
security:
206
executor: default
0 commit comments