Skip to content

Commit

Permalink
👷 See if we can run mypy differently in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 6, 2023
1 parent 87ef92e commit f5d630d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{310,311}
py{310,311}-mypy
mypy
isort
black
flake8
Expand All @@ -24,7 +24,8 @@ commands =
--cov=ape_pie --cov-report xml:reports/coverage-{envname}.xml \
{posargs}

[testenv:py{310,311}-mypy]
[testenv:mypy]
basepython = python
extras = types
skipsdist = True
commands = mypy src
Expand Down

0 comments on commit f5d630d

Please sign in to comment.