Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: ignore flake8 line too long for ignored types
Adding a `# type: ignore` comment to a couple of places triggered flake8's line too long check. Running `make reformat` did nothing for these - black has outstanding design issues with line length and comments. See psf/black#1713 for one example. Instead of changing the line structure to accommodate, ignore these two cases, at least until the types can be fixed and the comments removed. Signed-off-by: Mike Fiedler <miketheman@gmail.com>
- Loading branch information