summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* some manual python2 metadata cleanupAnthony Sottile2021-03-301-8/+1
|
* remove flake8 setuptools commandAnthony Sottile2021-03-291-2/+0
|
* Release 3.9.03.9.0Anthony Sottile2021-03-141-0/+1
|
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-1/+1
|
* upgrade pyflakes to 2.3.xAnthony Sottile2021-03-141-1/+1
|
* drop python3.4Anthony Sottile2020-10-021-2/+1
|
* Allow the new pycodestyle alphaAnthony Sottile2020-04-231-1/+1
|
* Support pyflakes 2.2.xAnthony Sottile2020-04-111-1/+1
|
* Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-281-1/+1
|
* Cleanup CI and add python 3.8 supportDjailla2019-11-051-0/+1
|
* Add whitespace fixersAnthony Sottile2019-09-071-1/+1
|
* Add type annotations for flake8.processorAnthony Sottile2019-09-071-0/+2
|
* Add type annotations to flake8.styleguideAnthony Sottile2019-09-071-0/+2
|
* Type annotate flake8.options.managerAnthony Sottile2019-09-071-0/+2
|
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-7/+3
|
* Move setup metadata to setup.cfgSurya Teja2019-07-081-5/+95
|
* mypy now passesAnthony Sottile2019-05-191-0/+25
|
* Fix performance regression with per-file-ignoresAnthony Sottile2019-01-311-0/+1
| | | | | | | | With a large number of errors, filenames, and per-file-ignores the style guide selection would take a significant portion of execution time (python3 70% / python2 99.9%). Caching the styleguide lookup by filename eliminates this bottleneck.
* Remove remnants from previous PRsAnthony Sottile2019-01-291-3/+0
| | | | | - warnings in configparser were silenced upstream (unless `-3` is passed) - we no longer invoke tests from `python setup.py test`
* Upgrade entrypoints and sync with setup.cfgAnthony Sottile2019-01-291-0/+1
|
* Latest pycodestyleAnthony Sottile2019-01-291-2/+2
|
* Also copy deps to setup.cfgAnthony Sottile2019-01-281-0/+1
|
* Update to pyflakes 2.0.0Miro Hrončok2018-06-051-1/+1
| | | | | | - Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422
* Update pycodestyle dependency version.Jimi Cullen2018-04-151-1/+1
|
* Update minumum pycodestyle version to 2.3.0Jack Mustacato2017-10-271-1/+1
|
* Include license file in the generated wheel packageJon Dufresne2017-10-231-1/+2
| | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* Update pyflakes range and include doc linksIan Stapleton Cordasco2017-08-061-1/+5
|
* Allow newer pycodestyleAnthony Sottile2017-02-021-1/+1
|
* Update dependencies for Python 3.6Ian Cordasco2017-01-231-2/+2
|
* Release 3.2.03.2.0Ian Cordasco2016-11-141-1/+1
|
* Update caps in setup.cfgIan Cordasco2016-11-141-2/+2
|
* setup.cfg: Move pytest options to pytest.iniVille Skyttä2016-09-181-4/+0
| | | | https://github.com/pytest-dev/pytest/issues/567
* Update the packaging so wheels workIan Cordasco2016-06-251-0/+3
|
* Rely on Python 3.4 backport of configparserIan Cordasco2016-05-301-0/+1
| | | | | | Python 2.7's ConfigParser module does not allow for the behaviour we have documented for config files in Flake8 3.0. To compensate for that, we add a dependency on the configparser backport on PyPI for Python 2.7
* Print pytest warnings immediatelyIan Cordasco2016-03-261-0/+1
|
* Ignore directories we do not want to run tests fromIan Cordasco2016-03-171-0/+3
|
* Add handling and decision making for select and ignoreIan Cordasco2016-02-021-0/+4
|
* Update setup.pyIan Cordasco2016-01-101-0/+5
|
* Add setup.cfg for testing purposesIan Cordasco2016-01-101-0/+0