Skip to content

🐛 Fixes flake8 errors post update#2191

Merged
AndreMiras merged 1 commit intokivy:developfrom
AndreMiras:feature/linter
May 12, 2020
Merged

🐛 Fixes flake8 errors post update#2191
AndreMiras merged 1 commit intokivy:developfrom
AndreMiras:feature/linter

Conversation

@AndreMiras
Copy link
Member

The recent flake8==3.8.0 update reported new errors:

pythonforandroid/graph.py:133:27: E741 ambiguous variable name 'l'
pythonforandroid/toolchain.py:219:25: E741 ambiguous variable name 'l'
pythonforandroid/toolchain.py:1146:19: F522 '...'.format(...) has unused named argument(s): Fore
pythonforandroid/pythonpackage.py:690:23: F523 '...'.format(...) has unused arguments at position(s): 0
pythonforandroid/logger.py:202:36: E741 ambiguous variable name 'l'
pythonforandroid/logger.py:204:36: E741 ambiguous variable name 'l'
pythonforandroid/archs.py:150:25: E741 ambiguous variable name 'l'
pythonforandroid/recipes/android/src/android/_ctypes_library_finder.py:56:27: E741 ambiguous variable name 'l'
pythonforandroid/recipes/reportlab/__init__.py:25:21: E741 ambiguous variable name 'l'

The recent `flake8==3.8.0` update reported new errors:
```
pythonforandroid/graph.py:133:27: E741 ambiguous variable name 'l'
pythonforandroid/toolchain.py:219:25: E741 ambiguous variable name 'l'
pythonforandroid/toolchain.py:1146:19: F522 '...'.format(...) has unused named argument(s): Fore
pythonforandroid/pythonpackage.py:690:23: F523 '...'.format(...) has unused arguments at position(s): 0
pythonforandroid/logger.py:202:36: E741 ambiguous variable name 'l'
pythonforandroid/logger.py:204:36: E741 ambiguous variable name 'l'
pythonforandroid/archs.py:150:25: E741 ambiguous variable name 'l'
pythonforandroid/recipes/android/src/android/_ctypes_library_finder.py:56:27: E741 ambiguous variable name 'l'
pythonforandroid/recipes/reportlab/__init__.py:25:21: E741 ambiguous variable name 'l'
```
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

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

👍

Thanks!!

@AndreMiras AndreMiras merged commit c70432d into kivy:develop May 12, 2020
@AndreMiras AndreMiras deleted the feature/linter branch May 12, 2020 07:16
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