forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename pep8
linter to pycodestyle
#410
Labels
Milestone
Comments
In this instance we would probably implement the new options and then leave the old ones deprecated for several releases until removing them. |
See also DonJayamanne/pythonVSCode#808 |
pep8
linter was renamed to pycodestyle
pep8
linter to pycodestyle
I managed to workaround like this:
|
10 tasks
✅ Validated:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The
pep8
tool was renamed topycodestyle
.Historical background detailed in this ticket (from before I switched from Atom to VSCode): AtomLinter/linter-pycodestyle#55
The
python.linting.pep8*
options in this linter should probably be renamed topython.linting.pycodestyle*
to reduce confusion in the future.Happy to help update the extension, but I'm not sure of your policy on deprecating/migrating settings to new names...??
The text was updated successfully, but these errors were encountered: