summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* Prevent unintended behaviour modifying options.ignorefeature/register-optional-checksIan Cordasco2014-12-181-5/+7
* Add ability to turn checks off by defaultIan Cordasco2014-12-182-4/+35
* Merge branch 'extra_include_eggs' into 'master'Ian Cordasco2014-12-061-1/+1
|\
| * Add .eggs and *.egg to EXTRA_EXCLUDEMarc Abramowitz2014-11-251-1/+1
* | Merge branch 'master' into 'master'Ian Cordasco2014-12-061-1/+2
|\ \ | |/ |/|
| * Do not exit early if style checks passJosh2014-10-281-1/+2
* | Add first pass at integration style testsJoe Gordon2014-10-311-0/+71
|/
* Prepare release 2.2.52.2.5Ian Cordasco2014-10-191-1/+1
* Flush all subprocess output before exitWeeble2014-10-191-0/+3
* Loosen the regular expression searchIan Cordasco2014-10-151-2/+2
* Make _flake8_noqa tighterJoe Gordon2014-10-151-7/+4
* Release v2.2.42.2.4Ian Cordasco2014-10-091-1/+1
* Make --install-hook work without config filesIan Cordasco2014-10-091-2/+16
* Only initialize options.exclude if it is false-yIan Cordasco2014-10-091-1/+1
* When run as a setuptools command, the previous fix breaks flake8Ian Cordasco2014-10-091-0/+6
* Fix GitLab #3 by actually excluding .toxIan Cordasco2014-10-092-1/+6
* Honor file pattern matching for git hookChris Buccella2014-09-231-3/+8
* Refactor Lukasz's workIan Cordasco2014-09-131-15/+22
* Applied icordasc PR commentsLukasz Dobrzanski2014-09-131-5/+5
* Fix SIGINT when running on multiprocessingLukasz Dobrzanski2014-09-131-12/+27
* Disable multiprocessing when using stdinIan Cordasco2014-09-123-4/+23
* Move fix for #164Ian Cordasco2014-09-121-2/+2
* Disable --jobs on WindowsIan Cordasco2014-09-122-2/+8
* Disable multiprocessing when using --diffIan Cordasco2014-09-111-0/+3
* Use unittest.mock if availableLukasz Dobrzanski2014-09-101-1/+4
* Release v2.2.32.2.3Ian Cordasco2014-08-251-1/+1
* Actually enable auto job configuration by defaultIan Cordasco2014-08-251-1/+1
* Merge bitbucket remoteIan Cordasco2014-07-041-0/+10
|\
| * Allow to configure multiple jobs on Windows; issues #153 and #154Florent Xicluna2014-07-011-0/+10
* | Bump flake8 version numberIan Cordasco2014-07-041-1/+1
|/
* Prepare for v2.2.12.2.1Ian Cordasco2014-06-301-1/+1
* Merge Florent's multiprocessing work over Joe'sIan Cordasco2014-06-272-8/+18
|\
| * Fix the test suiteFlorent Xicluna2014-05-231-1/+1
| * Accept 'auto' for --jobs, and default to cpu_count(); issue #151Florent Xicluna2014-05-231-7/+17
* | Bump information necessary to release v2.2.02.2.0Ian Cordasco2014-06-221-1/+1
* | NotImplimentedError => NotImplementedErrorJoe Gordon2014-05-271-1/+1
* | engine.py edited online with BitbucketJoe Gordon2014-05-211-1/+1
* | Default jobs to cpu_count; closes #151Joe Gordon2014-05-151-1/+5
|/
* Add support for 'python -m flake8' on Python >= 2.7; issue #85Florent Xicluna2014-05-051-0/+4
* Do not overwrite Git pre-commit hook; closes #149Florent Xicluna2014-05-051-0/+2
* Use write-only mode 'w' instead of 'w+' for writing hooksFlorent Xicluna2014-05-051-3/+4
* Assume UTF-8 when decoding hg or git output; closes #148Florent Xicluna2014-05-051-2/+2
* Command "setup.py flake8" should check setup.py tooFlorent Xicluna2014-04-271-0/+2
* New option --jobs to spawn multiple processes in parallel; closes #146Florent Xicluna2014-04-273-0/+75
* Fix the errors reported by flake8Florent Xicluna2014-04-262-9/+9
* Fix the setuptools command to read the project configuration; closes #144 and...Florent Xicluna2014-04-261-2/+6
* Remove obsolete compatibility codeFlorent Xicluna2014-04-261-2/+0
* Fix test on Python 2.5Florent Xicluna2014-03-311-0/+2
* Add option 'doctests' to run Pyflakes checks on doctests too; issue #138Florent Xicluna2014-03-301-1/+7
* Add changelog entriesFlorent Xicluna2014-03-301-1/+1