Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore "line too long" errors from flake8 on db migrations
Black reformats these files before flake8 lints them, but: * it doesn't (yet) wrap the long strings (see psf/black#182); * it has issues with inserting trailing commas on nested collections, regularly resulting in causing pycodestyle E231 errors. A case could be made for excluding db migrations from linting altogether, tbh.
- Loading branch information