- Jun 14, 2019
-
-
Janez Demšar authored
-
janezd authored
-
- Jun 10, 2019
-
-
janezd authored
-
- Jun 07, 2019
-
-
janezd authored
-
- Mar 01, 2019
-
-
janezd authored
-
- Nov 29, 2018
-
-
janezd authored
-
- Jul 26, 2017
-
-
astaric authored
False positives wherever we index with settings.
-
- May 19, 2017
-
-
janezd authored
-
- Apr 29, 2017
-
-
janezd authored
-
- Sep 23, 2016
-
-
janezd authored
-
- Sep 16, 2016
-
-
Kernc authored
-
- May 13, 2016
-
-
astaric authored
-
- May 06, 2016
-
-
Kernc authored
We need more arguments in parameterized scientific functions, more methods in Qt subclasses. Functions map and filter can be nice and even clearer than comprehension in some cases, e.g. max(map(len, rows), default=0) filter(len, transactions) vs. max((len(row) for row in rows), default=0) (t for t in transactions if len(t))
-
- Apr 14, 2016
-
-
astaric authored
-
- Mar 31, 2016
-
-
Kernc authored
-
- Mar 30, 2016
-
-
Miha Zidar authored
Numpy has a unique dynamic way of loading its members which causes false positives for pylint. Best option is to disable this check, since any bad imports will fail the unittests anyway.
-
Miha Zidar authored
This function turns the pylint score into a normal issue count, which can be used for comparing code style on pull requests. Relying only on code score is not good, since it is possible to introduce new issues as long as there are enough new lines of code without issues.
-
- Mar 25, 2016
- Feb 07, 2012
-
-
ales_erjavec authored
-
ales_erjavec authored
-
ales_erjavec authored
-