Skip to content

Commit

Permalink
test(mypy): fix mypy tox gate
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Apr 5, 2024
1 parent b45f09c commit 038a071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,15 @@ deps = {[with-debug-tools]deps}
skipsdist = True
skip_install = True
deps = mypy
jsonschema_rs
types-jsonschema
commands = python {toxinidir}/tools/clean.py "{toxinidir}/falcon"
mypy falcon

[testenv:mypy_tests]
deps = {[testenv]deps}
mypy
jsonschema_rs
types-requests
types-PyYAML
types-ujson
Expand Down

0 comments on commit 038a071

Please sign in to comment.