Skip to content

Commit

Permalink
chore: update tox mypy flags
Browse files Browse the repository at this point in the history
Add `--install-types` and `--non-interactive` flags. After upgrading
mypy, the CI would fail, with the suggestion to add those flags.
  • Loading branch information
skellet0r committed Oct 2, 2021
1 parent 305f850 commit a1f3a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ commands =
basepython = python3.8
extras = lint
commands =
mypy --follow-imports=silent --ignore-missing-imports --disallow-incomplete-defs -p vyper
mypy --install-types --non-interactive --follow-imports=silent --ignore-missing-imports --disallow-incomplete-defs -p vyper

0 comments on commit a1f3a8e

Please sign in to comment.