summaryrefslogtreecommitdiff
path: root/src/flake8/options/aggregator.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-151-0/+4
* Merge pull request #43 from sobolevn/patch-1Anthony Sottile2021-04-031-1/+1
|\
| * Typo fixNikita Sobolev2021-03-221-1/+1
* | com2annAnthony Sottile2021-03-301-4/+4
* | automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+2
|/
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-6/+2
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-5/+1
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-7/+10
* aggregator: Simplify 'aggregate_options' function definitionEric N. Vander Weele2019-11-031-10/+14
* move from optparse to argparseAnthony Sottile2019-08-171-2/+2
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-13/+17
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-7/+6
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-4/+2
* Enable plugins automatically during registrationIan Cordasco2016-06-281-0/+7
* Move flake8 into srcIan Cordasco2016-06-251-0/+74