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 |
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
explorerandprofilerare covered by CI checks for type correctness and code formatting.wizardas well.wizard(python -m black -l 100 discopop_wizard)wizarddetected bymypy(python -m mypy -p discopop_wizard)All reactions