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

:rotating light: Fix linting for setup.py #2158

Merged
merged 2 commits into from
Apr 26, 2020

Conversation

opacam
Copy link
Member

@opacam opacam commented Apr 26, 2020

  • F401 'os' imported but unused
  • E303 too many blank lines (3)
  • E302 expected 2 blank lines, found 1
  • E305 expected 2 blank lines after class or function definition, found 1
  • E251 unexpected spaces around keyword / parameter equals

AndreMiras
AndreMiras previously approved these changes Apr 26, 2020
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and how about adding it to the sources to be linted?
https://github.com/kivy/python-for-android/blob/6781179/tox.ini#L25

opacam added 2 commits April 26, 2020 12:13
- F401 'os' imported but unused
- E303 too many blank lines (3)
- E302 expected 2 blank lines, found 1
- E305 expected 2 blank lines after class or function definition, found 1
- E251 unexpected spaces around keyword / parameter equals
@opacam
Copy link
Member Author

opacam commented Apr 26, 2020

Nice thought!! 👍

¡¡Thanks!!

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@opacam opacam merged commit 60c624f into kivy:develop Apr 26, 2020
@opacam opacam deleted the hotfix-linting-setuppy branch April 26, 2020 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants