summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentation with new pyflakes error codes.Greg Back2019-01-311-2/+9
* Merge branch 'performance_style_guide_for' into 'master'Anthony Sottile2019-01-313-9/+8
|\
| * Fix performance regression with per-file-ignoresAnthony Sottile2019-01-313-9/+8
|/
* Release 3.7.33.7.3Anthony Sottile2019-01-303-1/+45
* Merge branch 'improve_error_message' into 'master'Anthony Sottile2019-01-313-3/+48
|\
| * Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-303-3/+48
|/
* Merge branch 'graceful_ignore_per_file_ignores' into 'master'Anthony Sottile2019-01-311-0/+6
|\
| * Gracefully ignore flake8-per-file-ignores if installedAnthony Sottile2019-01-301-0/+6
|/
* Merge branch 'patch-1' into 'master'Anthony Sottile2019-01-311-1/+1
|\
| * Fix typo in 3.7.2.rstwuck2019-01-311-1/+1
|/
* Merge branch 'fix_statistics' into 'master'Anthony Sottile2019-01-303-10/+37
|\
| * Fix flake8 --statisticsAnthony Sottile2019-01-303-10/+37
* | Merge branch 'typing_3_5_1' into 'master'Anthony Sottile2019-01-302-5/+5
|\ \ | |/ |/|
| * Make uses of typing compatible with python 3.5.1 / 3.5.0Anthony Sottile2019-01-302-5/+5
|/
* Release 3.7.23.7.2Anthony Sottile2019-01-303-1/+38
* Merge branch 'make_notifier_gone' into 'master'Anthony Sottile2019-01-303-2/+13
|\
| * Fix legacy api invocation of make_notifierAnthony Sottile2019-01-303-2/+13
|/
* Merge branch 'is/490' into 'master'Anthony Sottile2019-01-302-1/+44
|\
| * Add integration test for `flake8 --diff`Anthony Sottile2019-01-301-0/+43
| * BUG: fix flake8 --diffGuillaume Lemaitre2019-01-301-1/+1
* | Merge branch 'error_plugin_exception_report' into 'master'Anthony Sottile2019-01-304-61/+96
|\ \ | |/ |/|
| * Fix lintersAnthony Sottile2019-01-301-4/+9
| * Refactor file processor tests to use fixtureTomer Keren2019-01-302-59/+51
| * Fix python2 unicode test errorTomer Keren2019-01-302-5/+7
| * Fix dogfoodTomer Keren2019-01-302-2/+3
| * Write a test checking plugin failure exception handlingTomer Keren2019-01-302-0/+35
| * Fix plugin exception reporting keyerror typoTomer Keren2019-01-301-1/+1
|/
* Release 3.7.13.7.1Anthony Sottile2019-01-303-1/+24
* Merge branch 'capitalized_filenames' into 'master'Anthony Sottile2019-01-302-4/+11
|\
| * Allow capitalized filenames in per-file-ignoresAnthony Sottile2019-01-292-4/+11
|/
* Release v3.7.03.7.0Anthony Sottile2019-01-293-1/+88
* Merge branch 'warnings' into 'master'Anthony Sottile2019-01-302-5/+0
|\
| * Remove remnants from previous PRsAnthony Sottile2019-01-292-5/+0
|/
* Merge branch 'entrypoints_bump' into 'master'Anthony Sottile2019-01-302-1/+2
|\
| * Upgrade entrypoints and sync with setup.cfgAnthony Sottile2019-01-292-1/+2
|/
* Merge branch 'latest_pycodestyle' into 'master'Ian Stapleton Cordasco2019-01-297-4/+21
|\
| * Latest pycodestyleAnthony Sottile2019-01-297-4/+21
|/
* Merge branch 'deps_setup_cfg' into 'master'Anthony Sottile2019-01-281-0/+1
|\
| * Also copy deps to setup.cfgAnthony Sottile2019-01-281-0/+1
|/
* Merge branch 'latest_pyflakes' into 'master'Anthony Sottile2019-01-2813-38/+69
|\
| * Some lint / mypy fixesAnthony Sottile2019-01-2414-38/+63
| * WIP: use latest pyflakesAnthony Sottile2019-01-192-3/+9
* | Merge branch 'asottile-patch-1' into 'master'Anthony Sottile2019-01-281-0/+1
|\ \
| * | Turn off pre-commit's automated multiprocessingAnthony Sottile2019-01-271-0/+1
|/ /
* | Merge branch 'fix_linters' into 'master'Anthony Sottile2019-01-282-3/+3
|\ \ | |/ |/|
| * Fix lintersAnthony Sottile2019-01-272-3/+3
|/
* Merge branch 'master' into 'master'Ian Stapleton Cordasco2019-01-172-0/+14
|\
| * Fixed linting errorsymdatta2019-01-041-1/+1
| * test_option:Modify the tests to check support for optparse's types.ymdatta2018-11-091-5/+7
| * Added tests for optparse's 'float' and 'complex' typesymdatta2018-10-281-0/+8