Wed, 20 Mar 2019 20:03:22 +0100 |
Detlev Offenbach |
MiscellaneousChecker: fixed some Python2 related issues.
|
file |
diff |
annotate
|
Tue, 19 Mar 2019 19:32:33 +0100 |
Detlev Offenbach |
MiscellaneousChecker: added a checker for advised forms of the return statement.
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:18:48 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 15:08:24 +0200 |
Detlev Offenbach |
Corrected some code style issues detected by the new pycodestyle version.
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 14:54:46 +0100 |
Detlev Offenbach |
Fixed some loop related coding issues detected by the extended code style checker.
|
file |
diff |
annotate
|
Mon, 12 Mar 2018 19:37:23 +0100 |
Detlev Offenbach |
Code Style Checker: added some checks of the bugbear checker
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 19:38:33 +0100 |
Detlev Offenbach |
Code Style Checker: started to add some bugbear code checks
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 16:11:31 +0100 |
Detlev Offenbach |
Code Style Checker: added check for the 'gettext' import statement
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 15:27:23 +0100 |
Detlev Offenbach |
Code Style Checker: added checks for logging statements
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 18:54:34 +0100 |
Detlev Offenbach |
Some refinements of the last changeset.
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 19:03:19 +0100 |
Detlev Offenbach |
Code Style Checker: added check for dictionaries with sorted keys (M201)
|
file |
diff |
annotate
|
Sat, 03 Feb 2018 16:46:32 +0100 |
Detlev Offenbach |
Finished implementing support for EditorConfig.
|
file |
diff |
annotate
|
Thu, 01 Feb 2018 19:32:19 +0100 |
Detlev Offenbach |
Added a TODO marker for EditorConfig to the "Miscellaneous Checker".
|
file |
diff |
annotate
|
Sun, 31 Dec 2017 16:52:09 +0100 |
Detlev Offenbach |
Updated copyright for 2018.
|
file |
diff |
annotate
|
Fri, 14 Apr 2017 18:22:28 +0200 |
T.Rzepka |
MiscChecker, ast: No special case for Python 2 needed.
|
file |
diff |
annotate
|
Wed, 22 Mar 2017 18:44:05 +0100 |
Detlev Offenbach |
Fixed a bug in the default arguments checker causing a wrong line to be reported.
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 18:50:25 +0100 |
Detlev Offenbach |
Refined the "mutable default arguments" checker a little bit.
|
file |
diff |
annotate
|
Fri, 17 Mar 2017 19:19:19 +0100 |
Detlev Offenbach |
Added a checker for using mutable types as default functiona rgument (M821).
|
file |
diff |
annotate
|
Fri, 17 Mar 2017 19:09:39 +0100 |
Detlev Offenbach |
Made the built-ins checker configurable.
|
file |
diff |
annotate
|
Thu, 16 Mar 2017 19:58:22 +0100 |
Detlev Offenbach |
Removed obsolete checker for M121 (blind except) because that is already checked by pycodestyle.
|
file |
diff |
annotate
|
Wed, 08 Mar 2017 10:49:20 +0100 |
Detlev Offenbach |
Fixed code style checker.
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 19:46:57 +0100 |
Detlev Offenbach |
Continued fixing code style issues detected by the extended style checker.
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 18:42:41 +0100 |
Detlev Offenbach |
Added checks for shadowed Python builtins and unneccessary comprehensions and generators.
|
file |
diff |
annotate
|
Sat, 31 Dec 2016 13:34:21 +0100 |
Detlev Offenbach |
Updated copyright for 2017.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:12:12 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 13:59:43 +0100 |
Detlev Offenbach |
Corrected the check regex for blind except statements.
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 22:52:26 +0100 |
T.Rzepka |
Adjustments to future imports for Python 2 compatibility.
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 15:38:02 +0100 |
Detlev Offenbach |
Fixed the futures checker raising false psitives when a file only contains a docstring.
6_1_x
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 11:55:35 +0100 |
Detlev Offenbach |
Some refinements to the miscellaneous checker.
|
file |
diff |
annotate
|
Thu, 29 Oct 2015 19:06:49 +0100 |
Detlev Offenbach |
Added a checker for string format strings.
|
file |
diff |
annotate
|
Wed, 28 Oct 2015 20:15:46 +0100 |
Detlev Offenbach |
Fixed an encoding related issue in the miscellaneous checker.
|
file |
diff |
annotate
|
Wed, 28 Oct 2015 19:47:16 +0100 |
Detlev Offenbach |
Redid the future imports checker.
|
file |
diff |
annotate
|
Tue, 27 Oct 2015 19:46:12 +0100 |
Detlev Offenbach |
Added a check for __future__ imports.
|
file |
diff |
annotate
|
Mon, 26 Oct 2015 19:14:34 +0100 |
Detlev Offenbach |
Added a check for one element tuples.
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 20:36:26 +0200 |
Detlev Offenbach |
Started to add more code style checkers.
|
file |
diff |
annotate
|