summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
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
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-14Added flake8 info to setup.cfg.Tim Graham
This config allows a clean run of flake8. Some of the ignored codes will be remove over time as we clean things up.
2013-06-29Removed comment from setup.cfg which broke newer wheel versions.Florian Apolloner
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2012-08-29Fixed #18874 -- Updated new name of README.rst to auxiliary filesBruno Renié
2010-08-05Fixed #13153 -- Removed a stale reference to the examples directory in ↵Russell Keith-Magee
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
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick
remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-31Added setup.cfg, with bdist_rpm doc_files specified. Thanks for the patch, ↵Adrian Holovaty
dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3693 bcc190cf-cafb-0310-a4f2-bffc1f526a37