- Sep 18, 2018
-
-
Philipp Hörist authored
- Check for W0622 redefined-builtin - Check for C0303 trailing-whitespace - Check for C0326 bad-whitespace
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Check for C0121 singleton-comparison - Check for C0321 multiple-statements
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Check for R1704 redefined-argument-from-local - Check for R1705 no-else-return
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Sep 17, 2018
-
-
Philipp Hörist authored
Check for R1707 trailing-comma-tuple
-
Philipp Hörist authored
-
Philipp Hörist authored
- Check for R0123 literal-comparison - Check for R1703 simplifiable-if-statement
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Check for C0201 consider-iterating-dictionary
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Check for W0612 unused-variable
-
-
Philipp Hörist authored
Check for W1202 logging-format-interpolation
-
Philipp Hörist authored
Check for W1201 logging-not-lazy
-
Philipp Hörist authored
-
- Sep 16, 2018
-
-
Philipp Hörist authored
Check for W0702 bare-except
-
Philipp Hörist authored
-
Philipp Hörist authored
This was removed by accident
-
Philipp Hörist authored
-
Check for W0621 redefined-outer-name
-
-
Philipp Hörist authored
Check for C0325 superfluous-parens
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Run this before every push to simulate the CI regarding mypy and pylint
-
Philipp Hörist authored
This leads to multiple problems 1. We cant assume only items with id='current' are stored in the node which would lead to retracting 'current' but another item would become the last published and sent to users 2. Even if we have a SingletonNode retracting the only item means the Node would be empty and offline clients would not receive the last published item on coming online, because there is no item anymore Instead we always publish an empty item from now on
-
Philipp Hörist authored
-
Philipp Hörist authored
Check for R0205 useless-object-inheritance
-
Philipp Hörist authored
-