Commit Graph

8 Commits

Author SHA1 Message Date
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
Claudiu Popa
9ff44de0ca
Regenerate copyright notices 2017-12-15 12:24:15 +01:00
Łukasz Rogalski
1e44d42aca New refactoring checker: consider-using-ternary (#1210)
This check is emitted when pylint encounters constructs which were used to emulate ternary statement before it was introduced in Python 2.5.

Close #1204
2016-12-18 11:13:51 +02:00
Claudiu Popa
336b0d09af Use attributes from modules instead of cluttering the namespace. 2016-07-27 22:42:17 +03:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Claudiu Popa
dc3ec3de72 Rename check_docstring to docstyle. 2016-06-30 14:26:17 +01:00