Skip to content

flake8 finds tons of syntax errors and undefined names in the extension's code #45

@cclauss

Description

@cclauss

$ python2 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

  • 16 E999 SyntaxError: invalid syntax
  • 73 F821 undefined name 'kernel_manager'
  • 89

$ python3 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

  • 24 E999 SyntaxError: invalid syntax
  • 85 F821 undefined name 'kernel_manager'
  • 109

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtCovers everything internal: CI, testing, refactoring of the codebase, etc.info-neededIssue requires more information from poster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions