summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-3/+0
* some manual python2 metadata cleanupAnthony Sottile2021-03-301-19/+1
* remove flake8-colorsAnthony Sottile2020-11-171-3/+0
* drop python3.4Anthony Sottile2020-10-021-1/+1
* upgrade black and run via pre-commitAnthony Sottile2020-08-271-11/+0
* switch dogfood to use python3Anthony Sottile2020-05-071-1/+1
* exclude broken pylint versionAnthony Sottile2020-04-271-1/+1
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-231-0/+2
* tox: Avoid installing pytest==5.2.3 due to an introduced regressionEric N. Vander Weele2019-11-151-1/+1
* Cleanup CI and add python 3.8 supportDjailla2019-11-051-1/+1
* linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-0/+1
* move from optparse to argparseAnthony Sottile2019-08-171-2/+2
* Remove workaround for broken pydocstyle / flake8-docstringsAnthony Sottile2019-08-021-3/+1
* fix CI buildAnthony Sottile2019-07-081-0/+2
* Ensure typing imports don't break old patch versionsAnthony Sottile2019-05-201-1/+2
* mypy now passesAnthony Sottile2019-05-191-4/+3
* Updates for changes in black's cliAnthony Sottile2019-03-181-2/+2
* Some lint / mypy fixesAnthony Sottile2019-01-241-2/+2
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-2/+14
* Remove py33 from toxMiro Hrončok2018-06-051-1/+1
* Add Python 3.7 to tox and GitLab CIVille Skyttä2018-05-201-1/+1
* Add W504 to default ignore list.Jimi Cullen2018-04-151-1/+1
* Make our flake8 output more colorfulIan Stapleton Cordasco2017-11-261-0/+2
* Add pep8-naming to flake8 lintingIan Stapleton Cordasco2017-11-261-0/+1
* Upgrade dependencies when dogfoodingIan Cordasco2017-05-271-1/+1
* Change dogfood environment to use Python 2.7Ian Cordasco2017-01-211-1/+1
* Add py36 to tox, correct a tiny typoAnthony Sottile2017-01-201-2/+2
* Fix up GitLab CI runnersIan Cordasco2017-01-151-1/+1
* Blacklist pytest 3.0.5Ian Cordasco2016-12-231-1/+1
* Require mock 2.0.0, because unit tests are failing on older oneOndřej Nový2016-11-221-1/+1
* Revert "Update release machinery to include manpages"Ian Cordasco2016-11-141-9/+0
* Update release machinery to include manpages3.1.0Ian Cordasco2016-11-141-0/+9
* Add a man page for Flake8Ian Cordasco2016-11-131-0/+1
* Add coverage reporting and uploadingIan Cordasco2016-08-061-1/+4
* Set dogfood testenv to Python 3.5Ian Cordasco2016-08-031-1/+1
* Re-allow for relative paths for excludeIan Cordasco2016-07-291-4/+12
* Update our flake8 testenv dependencies uncap-flake8Ian Cordasco2016-07-261-2/+2
* Force flake8 test to below 3.xFabian Neundorf2016-07-251-1/+1
* Add build testenv for future CI workIan Cordasco2016-07-101-2/+11
* Set default python for flake8 testenvIan Cordasco2016-07-101-0/+1
* Simplify our test environmentsIan Cordasco2016-06-301-16/+0
* Add README to lintersIan Cordasco2016-06-291-0/+4
* Add a dogfood testenvIan Cordasco2016-06-281-1/+12
* Search current directory if no paths are specifiedIan Cordasco2016-06-261-1/+1
* Fix linters to use src/flake8Ian Cordasco2016-06-251-2/+2
* Enable GitLab CIIan Cordasco2016-06-251-1/+1
* Update the packaging so wheels workIan Cordasco2016-06-251-0/+13
* Move flake8 into srcIan Cordasco2016-06-251-1/+1
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-0/+2
* Set a lower-limit on flake8-docstringsIan Cordasco2016-06-161-1/+1