summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-1/+1
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+0
* remove unused noqa commentsAnthony Sottile2021-03-291-1/+1
* Move setup metadata to setup.cfgSurya Teja2019-07-081-141/+1
* Fix performance regression with per-file-ignoresAnthony Sottile2019-01-311-1/+1
* Upgrade entrypoints and sync with setup.cfgAnthony Sottile2019-01-291-1/+1
* Latest pycodestyleAnthony Sottile2019-01-291-1/+2
* Some lint / mypy fixesAnthony Sottile2019-01-241-0/+1
* WIP: use latest pyflakesAnthony Sottile2019-01-191-1/+1
* Remove tests_require / setup_requires since we do not use setup.py testAnthony Sottile2019-01-031-4/+0
* Replace setuptools with entrypointsAnthony Sottile2018-11-051-1/+1
* Release v3.6.03.6.0Anthony Sottile2018-10-231-0/+1
* Update to pyflakes 2.0.0Miro Hrončok2018-06-051-1/+1
* Spelling and grammar fixesVille Skyttä2018-05-131-1/+1
* Merge branch 'pyreq' into 'master'Ian Stapleton Cordasco2018-04-151-0/+1
|\
| * Pass python_requires argument to setuptoolsJon Dufresne2018-01-131-0/+1
* | Add hooks for new pycodestyle checks.Jimi Cullen2018-04-151-0/+2
* | Add new pycodestyle check hooks.Jimi Cullen2018-04-151-0/+2
* | Remove broken hook.Jimi Cullen2018-04-151-1/+0
* | Update pycodestyle dependency version.Jimi Cullen2018-04-151-1/+1
|/
* Update minumum pycodestyle version to 2.3.0Jack Mustacato2017-10-271-1/+1
* Update pyflakes range and include doc linksIan Stapleton Cordasco2017-08-061-1/+5
* Add new pycodestyle checksIan Stapleton Cordasco2017-08-051-2/+2
* Update name across the project post-marriageIan Stapleton Cordasco2017-07-271-1/+1
* Use extras_require instead of conditional code.Zvezdan Petkovic2017-07-101-4/+11
* Add lower bound on setuptoolsIan Cordasco2017-05-121-0/+1
* Allow newer pycodestyleAnthony Sottile2017-02-021-1/+1
* Add "Development Status" classifier to setup.pyJon Dufresne2017-01-261-0/+1
* Update dependencies for Python 3.6Ian Cordasco2017-01-231-1/+3
* Add AST support for Python 3.6Ian Cordasco2017-01-151-1/+2
* Require mock 2.0.0, because unit tests are failing on older oneOndřej Nový2016-11-221-1/+1
* Release 3.2.03.2.0Ian Cordasco2016-11-141-1/+1
* Revert "Update release machinery to include manpages"Ian Cordasco2016-11-141-3/+0
* Update release machinery to include manpages3.1.0Ian Cordasco2016-11-141-0/+3
* Merge branch 'patch-1' of github.com/alex/flake8Ian Cordasco2016-11-091-1/+1
|\
| * Permit pycodestyle 2.1.x to be usedAlex Gaynor2016-11-051-1/+1
* | Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-081-0/+1
|/
* Bumped maximum pyflakes version to allow usage of pyflakes 1.3Alex Gaynor2016-09-021-1/+1
* Fix handling of logical lines with noqaIan Cordasco2016-07-261-2/+2
* Handle repeated --quiet options againIan Cordasco2016-07-251-0/+2
* Clean up setup.py a bitIan Cordasco2016-06-301-22/+4
* Open our README appropriatelyIan Cordasco2016-06-261-1/+2
* Add the long description back to setup.pyIan Cordasco2016-06-251-1/+1
* Update the packaging so wheels workIan Cordasco2016-06-251-1/+2
* Move flake8 into srcIan Cordasco2016-06-251-0/+4
* Switch to pycodestyle and start constraining versions againIan Cordasco2016-06-201-4/+6
* Add setuptools integrationIan Cordasco2016-06-161-2/+6
* Remove CHANGES.rstIan Cordasco2016-06-141-1/+1
* Convert flake8.api to a submoduleIan Cordasco2016-06-111-0/+1
* Use function for pep8 pluginsIan Cordasco2016-06-091-36/+34