spyder icon indicating copy to clipboard operation
spyder copied to clipboard

PR: Initial Editor migration

Open dalthviz opened this issue 1 year ago • 1 comments

Description of Changes

Move Editor to use newest plugins API

Issue(s) Resolved

Fixes #

Affirmation

By submitting this Pull Request or typing my (user)name below, I affirm the Developer Certificate of Origin with respect to all commits and content included in this PR, and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: dalthviz

dalthviz avatar Sep 19 '23 23:09 dalthviz

Hello @dalthviz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 36:80: E501 line too long (88 > 79 characters)

Line 485:80: E501 line too long (92 > 79 characters) Line 487:80: E501 line too long (81 > 79 characters)

Line 3012:80: E501 line too long (81 > 79 characters)

Line 43:80: E501 line too long (88 > 79 characters) Line 132:80: E501 line too long (84 > 79 characters) Line 133:80: E501 line too long (81 > 79 characters) Line 136:1: W293 blank line contains whitespace

Line 274:80: E501 line too long (81 > 79 characters) Line 293:80: E501 line too long (80 > 79 characters) Line 317:80: E501 line too long (80 > 79 characters) Line 321:80: E501 line too long (80 > 79 characters) Line 336:80: E501 line too long (80 > 79 characters)

Line 1750:80: E501 line too long (83 > 79 characters)

Line 1887:13: E731 do not assign a lambda expression, use a def Line 2072:9: E731 do not assign a lambda expression, use a def

Line 145:80: E501 line too long (80 > 79 characters)

Comment last updated at 2024-02-27 20:31:48 UTC

pep8speaks avatar Sep 19 '23 23:09 pep8speaks