summaryrefslogtreecommitdiff
path: root/src/flake8/main
Commit message (Expand)AuthorAgeFilesLines
* Replace setuptools with entrypointsAnthony Sottile2018-11-052-15/+5
* Add support for per-file ignores in configIan Stapleton Cordasco2018-10-252-3/+17
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-207-212/+282
* Merge branch 'fix-doc-for-isolated' into 'master'Ian Stapleton Cordasco2018-10-201-1/+1
|\
| * Fix docs for --isolated flagSargun Vohra2018-09-091-1/+1
* | Defer setuptools import to save ~60ms on startupAnthony Sottile2018-10-141-2/+3
|/
* Update documentation links to latest Python 3 documentationJon Dufresne2018-06-101-1/+1
* Implement --extend-ignoreVille Skyttä2018-05-161-0/+8
* Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-021-1/+0
* Merge branch 'isort-fix' into 'master'Ian Stapleton Cordasco2018-01-011-0/+18
|\
| * fix for flake8-isortTomer Chachamu2017-11-271-0/+18
* | 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
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-081-2/+8
* Fix finding of local config files.Carl Meyer2017-08-071-2/+2
* Merge branch 'local-plugins' into 'master'Ian Stapleton Cordasco2017-08-071-32/+80
|\
| * 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
* | Remove trailing new line; insert raisesPeter Cock2017-08-071-1/+1
* | Tell user how to configure VCS hooks.Peter Cock2017-08-042-1/+25
|/
* Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATEAyman Nedjmeddine2017-07-271-1/+0
* Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-272-2/+2
* 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
* Fix docstring violationsIan Cordasco2017-05-121-1/+1
* Do not run git-hook checks when there are no filesIan Cordasco2017-01-271-3/+10
* Return similarly named, non-submodule modulesIan Cordasco2017-01-221-1/+1
* Correct "systema" typo in usage documentation.Andrew Drake2017-01-171-1/+1
* Merge branch 'setuptools-exit' of scop/flake8Ian Cordasco2017-01-141-1/+7
|\
| * Cause system exit only for non-zero exit statuses in setuptools commandVille Skyttä2016-12-081-1/+7
* | Display the local paths from the git hookIan Cordasco2016-12-201-0/+12
|/
* Only force files to be included when run from CLIIan Cordasco2016-11-233-5/+15
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-151-3/+3
* Correct exclude paths in git hookIan Cordasco2016-11-131-0/+9
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-1/+7
* Merge branch 'bug/223' into 'master' Ian Cordasco2016-11-091-2/+2
|\
| * Change how we initialize our git hook applicationIan Cordasco2016-11-081-2/+2
* | Exit early if the diff is emptyIan Cordasco2016-11-081-0/+2
|/
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-0/+6
|\
| * Add --tee option to split report output stream.Martin Domke2016-07-261-0/+6
* | Change how we apply lazy to the git hookIan Cordasco2016-10-251-5/+8
* | Consider `lazy` parameter in git.find_modified_files function Sergey2016-08-141-1/+1
* | Add --bug-report flag to help bug reportersIan Cordasco2016-08-072-0/+73
* | Report errors when run via setuptools.Alex Wood2016-07-291-0/+5
|/
* 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