summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* git hook: try to encode/decode with correct encoding (try to detect from file...Tobias Megies2013-10-091-5/+27
* make git_hook check staged versions of files instead of local versionTobias Megies2013-10-081-7/+37
* Ignore `.tox` directories by defaultIan Cordasco2013-10-051-0/+4
* Merge default from remoteIan Cordasco2013-08-031-4/+3
|\
| * Fix hook file permissionsLaurent Bachelier2013-07-141-4/+3
* | These should have been committed over a week ago.Ian Cordasco2013-07-271-1/+61
|/
* A slow start towards rewriting the testsIan Cordasco2013-07-041-2/+15
* Start new testsIan Cordasco2013-07-041-0/+8
* Remove broken and useless tests. Update LICENSEIan Cordasco2013-07-041-94/+0
* Report the column number for PyFlakes errors; issue #90Florent Xicluna2013-07-041-1/+2
* Fix git hook on python 3Ian Cordasco2013-07-041-0/+8
* Add option parsing to setuptools integrationAustin Morton2013-04-172-7/+48
* Update hooks.pyRob Hudson2013-04-021-1/+1
* Merged in develop (pull request #35)Ian Cordasco2013-04-011-0/+6
|\
| * Fix mercurial hook, issue #88Florent Xicluna2013-02-261-0/+6
| * Merged (bitbucket) pull request #32Ian Cordasco2013-02-252-2/+2
| |\
* | | The implementation isn't all that important.Ian Cordasco2013-03-301-3/+4
* | | Fix for Python 2.5 compatibility; issue #98.Florent Xicluna2013-03-301-4/+5
* | | Simplier correctionSébastien CHAZALLET2013-03-291-2/+1
* | | check_code works now as check_fileSébastien CHAZALLET2013-03-291-1/+2