CI: extend mypy and formating checks to include discopop_wizard #330
Replies: 1 comment
-
all done already, except for ci formatting of wizard, which is done in #405 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, only the
explorer
andprofiler
are covered by CI checks for type correctness and code formatting.wizard
as well.wizard
(python -m black -l 100 discopop_wizard
)wizard
detected bymypy
(python -m mypy -p discopop_wizard
)Beta Was this translation helpful? Give feedback.
All reactions