summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Update to pyflakes 2.0.0Miro Hrončok2018-06-051-0/+2
* | Merge branch 'docs-py3' into 'master'Ian Stapleton Cordasco2018-06-291-1/+1
|\ \
| * | Update documentation links to latest Python 3 documentationJon Dufresne2018-06-101-1/+1
| |/
* | Fix "invalid escape sequence" when running with -WerrorAnthony Sottile2018-06-181-1/+1
|/
* Merge branch 'spelling' into 'master'Ian Stapleton Cordasco2018-05-201-1/+1
|\
| * Spelling and grammar fixesVille Skyttä2018-05-131-1/+1
* | Implement --extend-ignoreVille Skyttä2018-05-162-1/+13
|/
* Merge branch '405-nonexisting-files' into 'master'Ian Stapleton Cordasco2018-04-151-3/+1
|\
| * Report error when non-exiting path is passed to flake8Avraham Shukron2018-02-211-3/+1
* | Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-022-32/+30
|/
* Merge branch 'formatter-print-observe-newline' into 'master'Ian Stapleton Cordasco2018-01-011-1/+1
|\
| * Respect a formatter's newline setting when printingIan Stapleton Cordasco2017-12-311-1/+1
* | 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-313-2/+34
|/
* Merge branch 'local-plugin-paths' into 'master'Ian Stapleton Cordasco2017-11-262-6/+32
|\
| * Use default comma-separated regex for local-plugin paths.Carl Meyer2017-10-251-2/+1
| * Add paths option in local-plugins config file.Carl Meyer2017-10-242-6/+33
* | Stop being sillyIan Stapleton Cordasco2017-11-261-14/+2
* | Fix-up new I202 violationsIan Stapleton Cordasco2017-11-261-1/+1
|/
* Prepare for v3.5.0 release on 2017-10-233.5.0Ian Stapleton Cordasco2017-10-211-1/+1
* Catch UnicodeDecodeError while parsing config filesAnthony Sottile2017-10-091-7/+15
* Allow our local plugin parsing to accept commasIan Stapleton Cordasco2017-08-092-7/+16
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-083-9/+20
* Merge branch 'issue/362' into 'master'Ian Stapleton Cordasco2017-08-081-0/+2
|\
| * Lint only *.py files with --diff optionJosef Skladanka2017-08-081-0/+2
* | Fix finding of local config files.Carl Meyer2017-08-071-2/+2
|/
* Merge branch 'local-plugins' into 'master'Ian Stapleton Cordasco2017-08-075-77/+212
|\
| * Append [local] to version of local plugins.Carl Meyer2017-08-061-4/+11
| * Don't load local plugins from user config.Carl Meyer2017-08-061-11/+9
| * Minor argument changes.Carl Meyer2017-08-062-2/+2
| * Handle argv being None.Carl Meyer2017-08-031-1/+2
| * Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-035-77/+206
* | Merge branch 'hook_conf' into 'master'Ian Stapleton Cordasco2017-08-072-1/+25
|\ \
| * | Remove trailing new line; insert raisesPeter Cock2017-08-071-1/+1
| * | Tell user how to configure VCS hooks.Peter Cock2017-08-042-1/+25
| |/
* | Prepare master branch for development of 3.5.0Ian Stapleton Cordasco2017-08-061-1/+1
|/
* Allow spaces in # noqa listsIan Stapleton Cordasco2017-07-281-1/+1
* Bump version to 3.4.1 and add release notesIan Stapleton Cordasco2017-07-281-1/+1
* Remediate one wafer thing decision logic bugIan Stapleton Cordasco2017-07-281-0/+3
* Release v3.4.03.4.0Ian Stapleton Cordasco2017-07-271-1/+1
* Merge branch 'fix-quiet'Ian Stapleton Cordasco2017-07-271-1/+2
|\
| * Fix quiet/verbose config problemShinya Kawaguchi2017-07-271-1/+2
* | Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATEAyman Nedjmeddine2017-07-271-1/+0
|/
* Add some better comments for decision logicIan Cordasco2017-06-041-0/+25
* Pull decision making out of decision_forIan Cordasco2017-06-041-22/+28
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-043-84/+117
* Rename methods on the new DecisionEngineIan Cordasco2017-06-031-36/+6
* Refactor decision logic into its own objectIan Cordasco2017-06-011-49/+111
* Add debugging utility for FileCheckerIan Cordasco2017-06-011-0/+4