summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2019-05-08Removed deprecated license-file from setup.cfg.Jon Dufresne
Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is deprecated. LICENSE is now included automatically.
2019-02-25Removed not_skip from isort configuration per isort 4.3.5.Mariusz Felisiak
__init__.py has been removed from the default ignore list.
2019-02-05Refs #27753 -- Removed django.utils.six.Tim Graham
2018-10-24Ignored flake8 W504 warnings.Mariusz Felisiak
W504 is mutually exclusive with W503 that we follow.
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-19Removed xmlrunner from flake8 exclude.Tim Graham
This is an obsolete thing that Jenkins builds needed.
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
Thanks Tim Graham for the review.
2016-08-19Fixed #27091 -- Added .tox to flake8 exclude.Tim Graham
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-04Fixed E402 flake8 warnings.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-25Fixed #26406 -- Set isort line_length.Jarek Glowacki
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-09-18Refs #25422 -- Added a test for a template tag with type annotations.Thomas Orozco
This doesn't work in Django 1.8 but was fixed in Django 1.9 as a side effect of another change.
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-03-14Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich
2015-03-11Fixed spacing in setup.cfgCollin Anderson
setup.py adds these spaces when distributing.
2015-02-15Added new "W503 line break before binary operator" warning to flake8 ignore.Tim Graham
2015-02-11Ignored flake8 newly added E402 and E731.Loic Bistuer
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-18Removed an unused import and a flake8 exclude that caused it to be missed.Tim Graham
2015-01-17Removed django.utils.unittest per deprecation timeline.Tim Graham
2015-01-17Removed django.utils.dictconfig per deprecation timeline.Tim Graham
2014-11-20Added some directories on Jenkins to flake8 exclude.Tim Graham
2014-09-19Fixed some flake8 errors.Tim Graham
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.
2014-09-05Limited lines to 119 characters in django/Tim Graham
refs #23395.
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
refs #17365, #17366, #18727.
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-03Added build to flake8.exclude.Florian Apolloner
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-08Made flake8 ignore the .git directory.Loic Bistuer
2013-11-28All the E125 errors hvae been eradicated.Alex Gaynor
2013-11-11Flake8 fixes -- including not runnign flake8 over a backported fileAlex Gaynor
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham