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

🐛 fixes flake8 errors post update #496

Merged
merged 1 commit into from
May 13, 2020
Merged

🐛 fixes flake8 errors post update #496

merged 1 commit into from
May 13, 2020

Conversation

AndreMiras
Copy link
Member

The recent flake8==3.8.1 update reported new errors:

kivy_ios/toolchain.py:292:31: E741 ambiguous variable name 'l'
...

Also note the entire xcassets.py file is being ignored as we can't
seem to use one ignore for the entire list anymore. I'm not sure if
this is a regression or a new feature from flake8.

The recent `flake8==3.8.1` update reported new errors:
```
kivy_ios/toolchain.py:292:31: E741 ambiguous variable name 'l'
...
```
Also note the entire `xcassets.py` file is being ignored as we can't
seem to use one ignore for the entire list anymore. I'm not sure if
this is a regression or a new feature from flake8.
@AndreMiras
Copy link
Member Author

Let's do this 🚀

@AndreMiras AndreMiras merged commit 47b21d0 into kivy:master May 13, 2020
@AndreMiras AndreMiras deleted the feature/linting_update branch May 13, 2020 16:02
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.

1 participant