- Oct 06, 2018
-
-
Check for R1707 trailing-comma-tuple
-
-
- Check for R0123 literal-comparison - Check for R1703 simplifiable-if-statement
-
-
-
-
Check for C0201 consider-iterating-dictionary
-
-
-
Check for W0612 unused-variable
-
-
Check for W1202 logging-format-interpolation
-
Check for W1201 logging-not-lazy
-
-
Check for W0702 bare-except
-
-
This was removed by accident
-
-
Check for W0621 redefined-outer-name
-
-
Check for C0325 superfluous-parens
-
-
-
-
Run this before every push to simulate the CI regarding mypy and pylint
-
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
-
-
Check for R0205 useless-object-inheritance
-
-
Check for W0611 unused-import
-
-
-
Check for C1801 len-as-condition
-
-
-
-
- Downgrade to glib2 2.56.2 because higher is broken on Windows 7 - Dont abort build if depchecker fails on some files
-
-
-
-