Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-09Show error code if MyPy failedGhostkeeper
This makes debugging it slightly easier.
2020-02-17Remove trailing spacesGhostkeeper
2020-01-03Fix spellingGhostkeeper
D/T mistakes are very common amoung Dutch natives, but this is just madness.
2019-12-30Speed up mypy checkingJaime van Kessel
Checking Cura takes up most of the time, but during that time we could check for the plugins.
2019-09-17Fix message saying all is good if it isn'tGhostkeeper
2019-09-17Fix success code in MyPy scriptGhostkeeper
The 'return' variable was used for two things, shadowing each other. Because of that, it would fill the variable with a subprocess.run result which would evaluate to True so it would always say that the test failed.
2019-09-16Mypy: do not stop after finding issues in a moduleNino van Hooff
2018-07-09WIP: Fix run_mypy on Windows via cmakeLipu Fei
2018-07-09WIP: Fix run_mypy.py for WindowsLipu Fei
2018-07-09WIP: Fix run_mypy.py for WindowsLipu Fei
2018-07-09Make sure searchPath is always a stringIan Paschal
2018-07-03Revert changes in run_mypy script by mistakeDiego Prado Gesto
2018-07-03Fix code-styleDiego Prado Gesto
2018-06-08Ignore missing importsGhostkeeper
We don't want to be type checking inside those files. Contributes to issue CURA-5330.
2018-05-04Return proper exit value if test failedGhostkeeper
Return 1 then. Contributes to issue CURA-5330.
2017-02-15Make the run_mypy.py script find Uranium via the PYTHONPATH env var.Simon Edwards
2017-02-14Make run_mypy.py slightly more cross platform.Simon Edwards
2017-02-01Fixed one new class variable. Updated the script to run mypy.Simon Edwards
2017-01-17Also check the upgrade plugins.Simon Edwards
2017-01-17Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick ↵Simon Edwards
of .bat files. They are just broken.)