summaryrefslogtreecommitdiff
path: root/flake8/run.py
Commit message (Expand)AuthorAgeFilesLines
* Fix imports in flake8.runFlorent Xicluna2013-02-131-3/+2
* Split up flake8/run.pyIan Cordasco2013-01-011-270/+4
* This is what I meant to do in a03347eIan Cordasco2013-01-011-0/+43
* Filter out our options before passing to pep8Ian Cordasco2012-12-301-3/+7
* I was wrong. Forgot a couple linesIan Cordasco2012-12-291-45/+2
* Tentative independence from vendored pep8Ian Cordasco2012-12-291-10/+16
* A working version but still using a local copy of pep8Ian Cordasco2012-12-281-17/+31
* Start the refactor.Ian Cordasco2012-12-261-10/+25
* Update pep8.py to be far closer to upstream.Ian Cordasco2012-12-211-1/+1
* Support stdinDavid Cramer2012-12-041-14/+24
* Seems the git hook now allows items to be ignored.Ian Cordasco2012-11-281-10/+10
* Fix git hookhuhao2012-11-261-1/+1
* Fixes #40Ian Cordasco2012-11-191-1/+1
* Two problems I didn't see before that are now fixed.Ian Cordasco2012-11-141-1/+1
* I'm not exactly a fan of skip_file taking pep8style.Ian Cordasco2012-11-121-3/+5
|\
| * Ignore directories that match exclusion patterns.Kilian Koepsell2012-11-101-0/+2
| * Respect exclude option from pep8 - fixes #23Kilian Koepsell2012-11-091-3/+3
* | Add lazy option to the git_hook.Ian Cordasco2012-11-081-2/+6
* | Fixes #14 and #19.Ian Cordasco2012-11-081-3/+3
* | Merge in @tarek's changes.Ian Cordasco2012-11-071-10/+5
|\ \ | |/
| * make sure pep8style is always initializedTarek Ziade2012-11-071-6/+3
* | Fix #21. ``init`` can also be used elsewhere.Ian Cordasco2012-11-071-7/+9
* | Incorporate @phd's patch.Ian Cordasco2012-11-061-0/+2
|/
* styleTarek Ziade2012-10-171-1/+1
* init pep8 - fixes #32Tarek Ziade2012-10-171-0/+3
* Remove the now-unused set() in _get_python_filesPeter Teichman2012-09-171-3/+2
* Merge from the flake8 trunkPeter Teichman2012-09-151-6/+17
|\
| * Merged in huhao/flake8 (pull request #25)Tarek Ziadé2012-09-121-1/+5
| |\
| | * 1. mccabe.py support # NOQA 2. run.py support ignore some errors 3. run.py ad...onlytiancai2012-09-121-1/+5
| * | Upgrave pep8.py file and try to implement : https://bitbucket.org/tarek/flake...Stephane Klein2012-08-041-5/+9
| |/
* | Incorporate patch review on Flake8CommandPeter Teichman2012-09-121-4/+12
* | add Flake8Command, a setuptools commandPeter Teichman2012-09-091-0/+35
* | apply the pep8 default max_line_length in _PEP8OptionsPeter Teichman2012-09-091-0/+1
|/
* fixed the stdin, thanks to zeegTarek Ziade2012-07-271-2/+15
* git_hook: Only check staged changes for complianceChristoph Rauch2012-06-141-1/+1
* Add a flag for exiting with status code 0, even when there are warningsSteven Kryskalla2012-02-211-0/+3
* merge back Jason changeTarek Ziade2012-02-211-1/+5
|\
| * Add --builtins option to appending list of builtinsJason Kölker2012-02-151-1/+5
* | make sure skip_warning works with no filesTarek Ziade2012-02-211-0/+2
* | more py3 fixesTarek Ziade2012-02-141-1/+1
|/
* fixed spaceTarek Ziade2012-02-141-0/+1
* added a git hook - fixes #8Tarek Ziade2012-02-141-2/+30
* The hg hook should now have the same output as a direct call to flake8.Stefan Scherfke2012-02-021-5/+16
* Fixed issue #6.Stefan Scherfke2012-01-041-0/+1
* made complexity an option (deactivated by default)1.0Tarek Ziade2011-11-291-8/+12
* discard unexisting files - happens on hg rmTarek Ziade2011-02-271-1/+1
* Fixed hg hook.Stefan Scherfke2011-02-271-2/+5
* mergedTarek Ziade2011-02-181-4/+6
|\
| * mercurial hook: skip duplicatesNicolas Dumazet2011-02-181-0/+4
| * use mercurial's ui.configbool API to retrieve booleansNicolas Dumazet2011-02-181-4/+2