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

changeset 8218
7c09585bd960
parent 8211
8322a6f219ff
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
175 "Y121": ["FooBar", "Foo"], 175 "Y121": ["FooBar", "Foo"],
176 "Y122": ["bar_dict", "'foo'"], 176 "Y122": ["bar_dict", "'foo'"],
177 177
178 # Python-specifics not part of flake8-simplify 178 # Python-specifics not part of flake8-simplify
179 "Y181": ["foo += 42", "foo = foo + 42"], 179 "Y181": ["foo += 42", "foo = foo + 42"],
180 "Y182": ["super(Foo, self)"], 180 "Y182": ["super()"],
181 181
182 # Comparations 182 # Comparations
183 "Y201": ["foo", "bar"], 183 "Y201": ["foo", "bar"],
184 "Y202": ["foo", "bar"], 184 "Y202": ["foo", "bar"],
185 "Y203": ["foo", "bar"], 185 "Y203": ["foo", "bar"],

eric ide

mercurial