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

flake8: fix warnings F401, F403, F405, F821, F841 #5598

Open
ligurio opened this issue Dec 3, 2020 · 0 comments
Open

flake8: fix warnings F401, F403, F405, F821, F841 #5598

ligurio opened this issue Dec 3, 2020 · 0 comments
Labels
good first issue Good for newcomers qa Issues related to tests or testing subsystem

Comments

@ligurio
Copy link
Member

ligurio commented Dec 3, 2020

Bug description:

  • F401: module imported but unused
  • F403: 'from module import *' used; unable to detect undefined names
  • F405: name may be undefined, or defined from star imports: module
  • F821: undefined name name
  • F841: local variable name is assigned to but never used
@ligurio ligurio added qa Issues related to tests or testing subsystem good first issue Good for newcomers labels Dec 3, 2020
ligurio added a commit that referenced this issue Dec 3, 2020
- add target 'make flake8'
- add initial flake8 config with supressed warnings

#5599
#5598
#5597
ligurio added a commit that referenced this issue Dec 3, 2020
flake8 configuration file supress warnings, that can be fixed later.
Supressed warnings can be splitted for three categories and for each of them
separate issue exists:

- Fix warnings Exx: #5599
- Fix warnings Fxx: #5598
- Fix warnings Wxx: #5597
ligurio added a commit that referenced this issue Dec 3, 2020
flake8 configuration file supress warnings, that can be fixed later.
Supressed warnings can be splitted for three categories and for each of them
separate issue exists:

- Fix warnings Exx: #5599
- Fix warnings Fxx: #5598
- Fix warnings Wxx: #5597
ligurio added a commit that referenced this issue Dec 6, 2020
flake8 configuration file supress warnings, that can be fixed later.
Supressed warnings can be splitted for three categories and for each of them
separate issue exists:

- Fix warnings Exx: #5599
- Fix warnings Fxx: #5598
- Fix warnings Wxx: #5597
ligurio added a commit that referenced this issue Dec 6, 2020
flake8 configuration file supress warnings, that can be fixed later.
Supressed warnings can be splitted for three categories and for each of them
separate issue exists:

- Fix warnings Exx: #5599
- Fix warnings Fxx: #5598
- Fix warnings Wxx: #5597
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers qa Issues related to tests or testing subsystem
Projects
None yet
Development

No branches or pull requests

1 participant