Sat, 20 Jul 2019 15:34:31 +0200
pyflakes: fixed some excessive whitespace.
eric6.e4p | file | annotate | diff | comparison | revisions | |
eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py | file | annotate | diff | comparison | revisions |
--- a/eric6.e4p Sat Jul 20 15:06:27 2019 +0200 +++ b/eric6.e4p Sat Jul 20 15:34:31 2019 +0200 @@ -2969,7 +2969,7 @@ <string>ExcludeMessages</string> </key> <value> - <string>C101, E265, E266, E305, E402, M201, M811, M834, M841, M891, N802, N803, N807, N808, N821, W293, W504</string> + <string>C101, E265, E266, E305, E402, M201, M301, M302, M303, M304, M305, M306, M307, M308, M311, M312, M313, M314, M315, M321, M811, M834, M841, M891, N802, N803, N807, N808, N821, W293, W504</string> </value> <key> <string>FixCodes</string>
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Sat Jul 20 15:06:27 2019 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Sat Jul 20 15:34:31 2019 +0200 @@ -38,9 +38,9 @@ """ """ Changes -2.1.1 (2019-02-28) -- Fix reported line number for type comment errors -- Fix typing.overload check to only check imported names +2.1.1 (2019-02-28) +- Fix reported line number for type comment errors +- Fix typing.overload check to only check imported names 2.1.0 (2019-01-23)