Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Refs #25422 -- Added a test for a template tag with type ↵Thomas Orozco2015-09-181-1/+1
| | | | | | | annotations. This doesn't work in Django 1.8 but was fixed in Django 1.9 as a side effect of another change.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
|
* Sorted imports in __init__.py files.Tim Graham2015-06-271-0/+1
|
* Fixes #23643 -- Added chained exception details to debug ↵Tomáš Ehrlich2015-03-141-1/+1
| | | | view.
* Fixed spacing in setup.cfgCollin Anderson2015-03-111-2/+2
| | | setup.py adds these spaces when distributing.
* Added new "W503 line break before binary operator" ↵Tim Graham2015-02-161-1/+1
| | | | warning to flake8 ignore.
* Ignored flake8 newly added E402 and E731.Loic Bistuer2015-02-101-1/+1
|
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+7
|
* Removed an unused import and a flake8 exclude that ↵Tim Graham2015-01-191-1/+1
| | | | caused it to be missed.
* Removed django.utils.unittest per deprecation timeline.Tim Graham2015-01-171-1/+1
|
* Removed django.utils.dictconfig per deprecation timeline.Tim Graham2015-01-171-1/+1
|
* Added some directories on Jenkins to flake8 exclude.Tim Graham2014-11-201-1/+1
|
* Fixed some flake8 errors.Tim Graham2014-09-191-1/+1
| | | | | | 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.
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
| | | | refs #23395.
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
|
* Removed django.test.simple and django.test._doctest per ↵Tim Graham2014-03-211-1/+1
| | | | | | deprecation timeline. refs #17365, #17366, #18727.
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-1/+1
|
* Fixed flake8 issues.Simon Charette2014-01-121-1/+1
|
* Added build to flake8.exclude.Florian Apolloner2014-01-031-1/+1
|
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
|
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+1
|
* Made flake8 ignore the .git directory.Loic Bistuer2013-12-081-1/+1
|
* All the E125 errors hvae been eradicated.Alex Gaynor2013-11-281-1/+1
|
* Flake8 fixes -- including not runnign flake8 over a ↵Alex Gaynor2013-11-111-1/+1
| | | | backported file
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
|
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
|
* Fixed all E261 warningscoagulant2013-11-031-1/+1
|
* Fixing E302 ErrorsJason Myers2013-11-031-1/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
|
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+2
|
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
|
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
|
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-2/+2
|
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
|
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
|
* Fixed E227 pep8 warningsTim Graham2013-10-211-1/+1
|
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
|
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
|
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+1
|
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+1
|
* Added flake8 info to setup.cfg.Tim Graham2013-10-141-0/+4
| | | | | This config allows a clean run of flake8. Some of the ignored codes will be remove over time as we clean things up.
* Removed comment from setup.cfg which broke newer wheel ↵Florian Apolloner2013-06-291-1/+1
| | | | versions.
* Fixed #19252 -- Added support for wheel packages.Florian Apolloner2013-05-011-0/+5
| | | | Signed-off-by: Jannis Leidel <jannis@leidel.info>
* Fixed #18874 -- Updated new name of README.rst to ↵Bruno Renié2012-08-291-1/+1
| | | | auxiliary files
* Fixed #13153 -- Removed a stale reference to the ↵Russell Keith-Magee2010-08-051-1/+1
| | | | | | examples directory in setup.cfg. Thanks to cesar@mifprojects.com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13487 bcc190cf-cafb-0310-a4f2-bffc1f526a37