eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 8223
73ab31b11a81
parent 8198
1c765dc90c21
child 8243
cc717c2ae956
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sun Apr 11 18:45:10 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Mon Apr 12 17:27:45 2021 +0200
@@ -479,7 +479,6 @@
     "E307": [3, 1],
     "E308": [3],
     "E501": [85, 79],
-    "E605": ["A"],
     "E711": ["None", "'if cond is None:'"],
     "E712": ["True", "'if cond is True:' or 'if cond:'"],
     "E741": ["l"],
@@ -491,6 +490,7 @@
 
 _pycodestyleWarningMessagesSampleArgs = {
     "W505": [80, 72],
+    "W605": ["A"],
 }
 
 _fixMessagesSampleArgs = {

eric ide

mercurial