Skip to content

Fix issue with flake8 linter #108

@dagpunk

Description

@dagpunk

Issues

  • ValueError observed during flake8 linting step in CI/CD

Notes

Error message observed during the Lint with flake8 step:

flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --max-complexity=10 --max-line-length=80 --statistics
...
ValueError: 'int' is not callable
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions