| Age | Commit message (Collapse) | Author |
|
Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is
deprecated. LICENSE is now included automatically.
|
|
__init__.py has been removed from the default ignore list.
|
|
|
|
W504 is mutually exclusive with W503 that we follow.
|
|
|
|
This is an obsolete thing that Jenkins builds needed.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't work in Django 1.8 but was fixed in Django 1.9 as a
side effect of another change.
|
|
|
|
|
|
|
|
setup.py adds these spaces when distributing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Originally I added migrations to flake8 exclude because of long lines
in migration files, but there are other directories named migrations we
do want to check. We are not warning on line lengths yet anyway.
|
|
refs #23395.
|
|
|
|
refs #17365, #17366, #18727.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
|
|
|