- Oct 06, 2018
-
-
-
- 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
-
- Check for W0109 duplicate-key - Check for W0123 eval-used - Check for W0143 comparison-with-callable
-
- Check for W0104 pointless-statement - Check for W0105 pointless-string-statement - Check for W0108 unnecessary-lambda
-
- Check for E0601 used-before-assignment - Check for E0704 misplaced-bare-raise - Check for W0101 unreachable
-
- 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
-
Specify from now on the errors that are disabled instead of enabled, because we have now more checks enabled than disabled
-
- Check for R1714 consider-using-in - Check for W0107 unnecessary-pass - Check for W0235 useless-super-delegation
-
- Check for W0622 redefined-builtin - Check for C0303 trailing-whitespace - Check for C0326 bad-whitespace
-
- Check for C0121 singleton-comparison - Check for C0321 multiple-statements
-
- Check for R1704 redefined-argument-from-local - Check for R1705 no-else-return
-
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
-
Check for W0621 redefined-outer-name
-
Check for C0325 superfluous-parens
-
-
Run this before every push to simulate the CI regarding mypy and pylint
-
- Jun 21, 2018
-
-
Alexander Krotov authored
-
- Apr 07, 2018
-
-
Yann Leboulanger authored
-
- Jan 13, 2018
-
-
André authored
-
- Sep 22, 2017
- Sep 11, 2017
-
-
Yann Leboulanger authored
-
- Aug 18, 2017
- Jul 02, 2017
-
-
André authored
-
- Sep 03, 2011
-
-
Yann Leboulanger authored
-
- Apr 07, 2010
-
-
Éric Araujo authored
-
Éric Araujo authored
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix some whitespace, and fix some other madness manually.
-
Éric Araujo authored
-
- Feb 17, 2010
-
-
Yann Leboulanger authored
-
- Feb 10, 2010
-
-
Éric Araujo authored
also use 2to3 -f ws_comma to fix some whitespace
-
Yann Leboulanger authored
-
- Feb 08, 2010
-
-
Yann Leboulanger authored
-