- Oct 06, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
This helps with mypy because otherwise get() has multiple return types This reduces our usage of cast()
-
Philipp Hörist authored
If debug logging is enabled verbose output is redirected to a file in the user dir
-
Philipp Hörist authored
Fixes #9051
-
Philipp Hörist authored
- Move hyperlink handling into HtmlTextView - Use actions on the menuitems
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #9353
-
Philipp Hörist authored
-
Philipp Hörist authored
- Run mypy on the full gajim folder
-
Philipp Hörist authored
- This allows us to run mypy on the full gajim folder
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Remove some unused vars from app
-
Philipp Hörist authored
- Add a gtk/types modules - Add a gtk/const module to prevent circular imports
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
it doesn't work with Python 3 and epydoc is no longer under development
-
-
-
-
Specify the column in which we insert otherwise downgrading Gajim is not possible anymore because the query breaks if we modified the column count in future
-
there is no corresponding GLib.Variant for None, use conversion to string as workaround
-
-
-
- Check for W0631 undefined-loop-variable - Check for W0640 cell-var-from-loop - Check for W1401 anomalous-backslash-in-string - Check for W1505 deprecated-method
-
- deprecated-method - anomalous-backslash-in-string - cell-var-from-loop - undefined-loop-variable
-
-
- Check for W0109 duplicate-key - Check for W0123 eval-used - Check for W0143 comparison-with-callable
-
- duplicate-key - eval-used - comparison-with-callable
-
- Check for W0104 pointless-statement - Check for W0105 pointless-string-statement - Check for W0108 unnecessary-lambda
-
- pointless-statement - pointless-string-statement - unnecessary-lambda
-
- Check for E0601 used-before-assignment - Check for E0704 misplaced-bare-raise - Check for W0101 unreachable
-
- used-before-assignment - misplaced-bare-raise
-
Its the job of the window manager to restore a window to the correct location
-
-
- Check for C0113 unneeded-not - Check for C0123 unidiomatic-typecheck - Check for C0203 bad-mcs-method-argument - Check for C0200 consider-using-enumerate - Check for C0305 trailing-newlines - Check for E0213 no-self-argument
-
- bad-mcs-method-argument - trailing-newlines - no-self-argument
-
- consider-using-enumerate - unneeded-not - unidiomatic-typecheck
-
Specify from now on the errors that are disabled instead of enabled, because we have now more checks enabled than disabled
-