spyder
spyder copied to clipboard
PR: Initial Editor migration
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
Hello @dalthviz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
runtests.py
:
Line 36:80: E501 line too long (88 > 79 characters)
- In the file
spyder/app/tests/conftest.py
:
Line 485:80: E501 line too long (92 > 79 characters) Line 487:80: E501 line too long (81 > 79 characters)
- In the file
spyder/app/tests/test_mainwindow.py
:
Line 3012:80: E501 line too long (81 > 79 characters)
- In the file
spyder/plugins/editor/tests/conftest.py
:
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
- In the file
spyder/plugins/editor/tests/test_plugin.py
:
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)
- In the file
spyder/plugins/editor/widgets/main_widget.py
:
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)