Skip to content

Commit

Permalink
postpone type checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 3, 2023
1 parent 1c11e1d commit 0e04379
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tox.ini
Expand Up @@ -37,10 +37,9 @@ deps =
mypy
{[testenv]deps}
commands =
mypy --install-types --non-interactive {toxinidir}/nestedtext
mypy \
--install-types \
--non-interactive \
--disable-error-code import \
{toxinidir}/tests

# mypy --install-types --non-interactive {toxinidir}/nestedtext
# mypy \
# --install-types \
# --non-interactive \
# --disable-error-code import \
# {toxinidir}/tests

0 comments on commit 0e04379

Please sign in to comment.