good first issuerefactor
Repository metrics
- Stars
- (42 stars)
- PR merge metrics
- (PR metrics pending)
Description
To include linters within GitHub actions ASAP so that future code must pass them, some difficult lines of code were annotated to be ignored by the linters. These should be fixed. They can be found by searching the following within the codebase:
# noqa: C901would otherwise fail mccabe complexity# noqa: N801would otherwise fail pep8 naming# type: ignorewould otherwise fail mypy type checking# pylint: disablewould otherwise fail pylint linting