-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Issues
ValueError
observed duringflake8
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 workingSomething isn't working