Skip to content
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

[ci][python] updated pep8 to pycodestyle #1358

Merged
merged 7 commits into from
May 8, 2018
Merged

[ci][python] updated pep8 to pycodestyle #1358

merged 7 commits into from
May 8, 2018

Conversation

StrikerRUS
Copy link
Collaborator

pep8 is now pycodestyle.
Refer to PyCQA/pycodestyle#466 .

This PR removes the following warning:
image

New version finds some warnings, which should be fixed.

@StrikerRUS
Copy link
Collaborator Author

Added W503 into ignore list according to PyCQA/pycodestyle#498 (comment) .

Also I've excluded .nuget folder from checks because the line <file src="lib\**" target="lib"/> yields "W605 invalid escape sequence '*'". Is there any way to escape * without breaking the functionality?

@StrikerRUS StrikerRUS changed the title [WIP][ci][python] updated pep8 to pycodestyle [ci][python] updated pep8 to pycodestyle May 5, 2018
@guolinke guolinke merged commit 21487d8 into master May 8, 2018
@StrikerRUS StrikerRUS deleted the pep8 branch May 8, 2018 10:35
@lock lock bot locked as resolved and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants