summaryrefslogtreecommitdiff
path: root/src/flake8/main/application.py
Commit message (Expand)AuthorAgeFilesLines
...
* Improve a few mypy type annotationsAnthony Sottile2019-02-171-2/+3
* Remove noqa comments now that 3.7 has been releasedAnthony Sottile2019-01-311-1/+1
* Make uses of typing compatible with python 3.5.1 / 3.5.0Anthony Sottile2019-01-301-2/+3
* Some lint / mypy fixesAnthony Sottile2019-01-241-14/+22
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-271-25/+6
* Replace setuptools with entrypointsAnthony Sottile2018-11-051-11/+2
* Add support for per-file ignores in configIan Stapleton Cordasco2018-10-251-3/+3
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-36/+45
* Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-021-1/+0
* Implement better UX around broken pluginsIan Stapleton Cordasco2017-12-311-1/+6
* Add paths option in local-plugins config file.Carl Meyer2017-10-241-0/+2
* Fix finding of local config files.Carl Meyer2017-08-071-2/+2
* Minor argument changes.Carl Meyer2017-08-061-1/+1
* Handle argv being None.Carl Meyer2017-08-031-1/+2
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-33/+80
* Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-271-1/+1
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-1/+1
* Make formatting plugin logic easier to testIan Cordasco2017-05-131-13/+23
* Handle missing default formatterIan Cordasco2017-05-131-1/+16
* Only force files to be included when run from CLIIan Cordasco2016-11-231-4/+10
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-1/+7
* Exit early if the diff is emptyIan Cordasco2016-11-081-0/+2
* Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-261-1/+8
|\
| * Handle repeated --quiet options againIan Cordasco2016-07-251-1/+8
* | Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-251-0/+8
|\ \ | |/
| * Wire-up --statistics againbug/180Ian Cordasco2016-07-251-0/+8
* | Set-up and stop our formatterbug/output-fileIan Cordasco2016-07-251-0/+2
|/
* Add OptionManager#parse_known_argsIan Cordasco2016-07-161-1/+1
* Run the individual methods in Application#initializeIan Cordasco2016-07-141-0/+2
* Fill in most of the legacy APIIan Cordasco2016-07-071-7/+11
* Fix some logging and logging levelsIan Cordasco2016-06-281-1/+1
* Handle EarlyQuits and KeyboardInterruptsIan Cordasco2016-06-261-0/+4
* Move flake8 into srcIan Cordasco2016-06-251-0/+296