summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for v2.2.12.2.1Ian Cordasco2014-06-302-1/+7
* 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
* | Release v2.2.0Ian Cordasco2014-06-221-0/+1
* | Bump information necessary to release v2.2.02.2.0Ian Cordasco2014-06-223-3/+4
* | Fix typo in command.Martijn Faassen2014-06-181-1/+1
* | Update this to document --install-hooks instead of distracting red herringMartijn Faassen2014-06-181-48/+23
* | 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-052-0/+5
* Do not overwrite Git pre-commit hook; closes #149Florent Xicluna2014-05-052-1/+3
* 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-052-3/+3
* Avoid an "imported but unused" warningFlorent Xicluna2014-04-271-1/+1
* Command "setup.py flake8" should check setup.py tooFlorent Xicluna2014-04-271-0/+2
* Add setup.cfg to support the wheel formatFlorent Xicluna2014-04-271-0/+6
* New option --jobs to spawn multiple processes in parallel; closes #146Florent Xicluna2014-04-274-0/+76
* Mismatch with pep8 documentationFlorent Xicluna2014-04-261-1/+1
* Fix the errors reported by flake8Florent Xicluna2014-04-262-9/+9
* Add to the tox.ini testsFlorent Xicluna2014-04-261-0/+5
* Fix the setuptools command to read the project configuration; closes #144 and...Florent Xicluna2014-04-262-3/+9
* Remove obsolete compatibility codeFlorent Xicluna2014-04-261-2/+0
* Fix test on Python 2.5Florent Xicluna2014-03-311-0/+2
* Ignore ./.tox directoryFlorent Xicluna2014-03-301-0/+1
* Add a comment for the Nose workaroundFlorent Xicluna2014-03-301-0/+1
* Add option 'doctests' to run Pyflakes checks on doctests too; issue #138Florent Xicluna2014-03-302-1/+8
* Add changelog entriesFlorent Xicluna2014-03-303-3/+12
* Add tox.iniFlorent Xicluna2014-03-301-0/+8
* Workaround for nose traceback on Python 2.6; fixes #109Florent Xicluna2014-03-301-0/+5
* Update .hgignoreFlorent Xicluna2014-03-301-10/+11
* Merged in fr710/flake8 (pull request #41)Florent Xicluna2014-03-301-10/+5
|\
| * Minor hg hook refactoringFlorian Rathgeber2014-03-231-3/+1
| * Pass current directory as paths to pep8 StyleGuideFlorian Rathgeber2014-03-231-6/+3
| * Default hg ignore config to empty instead of NoneFlorian Rathgeber2014-03-231-1/+1
* | Use try/except/else to disable demandimportFlorian Rathgeber2014-03-271-1/+2
* | Disable mercurial demandimport in _pyflakes moduleFlorian Rathgeber2014-03-232-6/+6
|/
* Bump version that mattersIan Cordasco2013-10-261-2/+1
* Release v2.1.0Ian Cordasco2013-10-261-0/+1
* Changes for 2.1.02.1.0Ian Cordasco2013-10-261-0/+13
* Git and Mercurial hooks respect FLAKE8_LAZYFlorian Rathgeber2013-10-261-1/+10
* Git and Mercurial hooks respect FLAKE8_IGNOREFlorian Rathgeber2013-10-261-1/+5
* Git hook respects local configuration filesFlorian Rathgeber2013-10-261-3/+24
* Bugfix: get the parser if no vcs found in install_hookFlorian Rathgeber2013-09-141-7/+9
* Re-add mock since I forgot it was actively being usedIan Cordasco2013-10-122-1/+2
* Let's actually try out drone.ioIan Cordasco2013-10-122-1/+5
* revert checking for string and just pass a string to run() instead of a listTobias Megies2013-10-101-4/+2
* bugfix: shift a line into loopTobias Megies2013-10-101-1/+1
* remove encoding/decoding of staged filesTobias Megies2013-10-101-23/+4