eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py

changeset 8218
7c09585bd960
parent 8211
8322a6f219ff
diff -r 385f60c94548 -r 7c09585bd960 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py	Sat Apr 10 18:38:27 2021 +0200
@@ -177,7 +177,7 @@
     
     # Python-specifics not part of flake8-simplify
     "Y181": ["foo += 42", "foo = foo + 42"],
-    "Y182": ["super(Foo, self)"],
+    "Y182": ["super()"],
     
     # Comparations
     "Y201": ["foo", "bar"],

eric ide

mercurial