Tue, 19 Mar 2019 19:32:33 +0100 |
Detlev Offenbach |
MiscellaneousChecker: added a checker for advised forms of the return statement.
|
file |
diff |
annotate
|
Mon, 11 Feb 2019 22:22:12 +0100 |
T.Rzepka |
Updated pycodestyle to 2.5.0
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:18:48 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Sat, 21 Apr 2018 17:43:41 +0200 |
Detlev Offenbach |
code style checker: extended the dialog to be able to define the number of blank lines before class and function/method definitions
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 22:32:32 +0200 |
T.Rzepka |
Updated pycodestyle to 2.4.0
|
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
|
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 Mar 2018 17:29:42 +0100 |
Detlev Offenbach |
Code Style Checker: added checks for default docstring in functions and modules
|
file |
diff |
annotate
|
Sun, 31 Dec 2017 18:54:06 +0100 |
Detlev Offenbach |
Added a documentation style check for a template class documentation.
|
file |
diff |
annotate
|
Sun, 31 Dec 2017 16:52:09 +0100 |
Detlev Offenbach |
Updated copyright for 2018.
|
file |
diff |
annotate
|
Sat, 06 May 2017 14:59:26 +0200 |
Detlev Offenbach |
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 17:36:50 +0100 |
Detlev Offenbach |
Added a line complexity checker to the code style checker.
|
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
|
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
|
Thu, 16 Mar 2017 19:32:33 +0100 |
Detlev Offenbach |
Reworked some __IGNORE_WARNING__ comments to be more specific.
|
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
|
Wed, 08 Feb 2017 21:36:29 +0100 |
T.Rzepka |
Upgraded pycodestyle to version 2.3.1
|
file |
diff |
annotate
|
Fri, 20 Jan 2017 18:55:28 +0100 |
Detlev Offenbach |
Upgraded pycodestyle to version 2.2.0+.
|
file |
diff |
annotate
|
Sat, 31 Dec 2016 13:34:21 +0100 |
Detlev Offenbach |
Updated copyright for 2017.
|
file |
diff |
annotate
|
Sun, 04 Sep 2016 17:16:38 +0200 |
Detlev Offenbach |
Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.
|
file |
diff |
annotate
|
Sun, 04 Sep 2016 16:50:23 +0200 |
Detlev Offenbach |
Updated the pep8 checker to version 2.1.0dev0.
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 22:11:12 +0100 |
T.Rzepka |
updated pep8 to 1.7.0
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:13:13 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
6_1_x
|
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:52:29 +0100 |
Detlev Offenbach |
Fixed a few coding style issue related to 'blind except:' statements.
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 13:15:24 +0100 |
Detlev Offenbach |
Removed forgotten TODO.
|
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 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
|
Wed, 02 Sep 2015 20:16:28 +0200 |
Detlev Offenbach |
Added a code complexity checker iaw. McCabe to the code style checker.
|
file |
diff |
annotate
|
Thu, 01 Jan 2015 13:11:59 +0100 |
Detlev Offenbach |
Updated copyright for 2015.
|
file |
diff |
annotate
|
Sat, 05 Jul 2014 13:35:15 +0200 |
Detlev Offenbach |
Updated translations.
|
file |
diff |
annotate
|
Sun, 29 Jun 2014 20:13:56 +0200 |
Detlev Offenbach |
Started porting eric5 to PyQt5.
|
file |
diff |
annotate
|
Thu, 29 May 2014 21:02:44 +0200 |
T.Rzepka |
updated pep8 to 1.5.6
|
file |
diff |
annotate
|
Sat, 17 May 2014 11:25:53 +0200 |
Detlev Offenbach |
Extended the doc style checker by another eric style check.
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 23:05:31 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 30 Mar 2014 22:00:14 +0200 |
T.Rzepka |
Merge with BgService.
Py2 comp.
|
file |
diff |
annotate
|
Thu, 27 Mar 2014 23:03:40 +0100 |
T.Rzepka |
Bugfix for statistics dialog of the code style checker.
BgService
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 09:12:19 +0100 |
T.Rzepka |
Code style checker: Translations extracted and refactored.
BgService
|
file |
diff |
annotate
|