Ian Cordasco
31bcca53f9
Start the refactor.
2012-12-26 17:59:23 -05:00
Ian Cordasco
625694094c
Forgot to add the Changes for 1.7.0
...
Closes #50
2012-12-21 18:31:06 -05:00
Ian Cordasco
d79a2e5bc7
Release 1.7.0
2012-12-21 17:50:52 -05:00
Ian Cordasco
32a273fbdb
Forgot to pull first. D'oh
2012-12-21 17:45:19 -05:00
Ian Cordasco
e2e6337a29
Update pep8.py to be far closer to upstream.
...
I also modified the hash-bang in flake8/flake8 and fixed check_code in
flake8/run.py
2012-12-21 17:44:30 -05:00
Ian Cordasco
2ebc38869a
Possible fix for part of #35
2012-12-17 15:35:21 -05:00
Ian Cordasco
e8a4bdb948
Bump version in preparation for the next release
2012-12-15 13:55:56 -05:00
Ian Cordasco
df9d60ff73
Closes #46
...
Add a TRY to the bunch of items that use handleChildren as a "callback" for
lack of a better word in my sleep-deprived condition.
2012-12-14 22:24:39 -05:00
David Cramer
2249538ba8
Support stdin
2012-12-04 15:39:26 -08:00
Ian Cordasco
7dbf2f727b
Closes #37 again
...
Although I cannot reproduce the error in clean virtualenv's I added an extra
check to be 100% certain.
Also, # nopep8 is entirely documented in the README. I entirely forgot about
it when it was first introduced (except for adding it to the "Changes""
section).
2012-12-01 10:07:29 -05:00
Ian Cordasco
16f338efd6
Incorporate @phd's builtins change.
...
Closes #31
2012-11-29 10:55:53 -05:00
Ian Cordasco
351e9ff7b2
Seems the git hook now allows items to be ignored.
...
I am unable to test the mercurial hook however since I seem to have an older
version of mercurial. I'd appreciate feedback.
2012-11-28 09:51:36 -05:00
Ian Cordasco
8e4e02861f
Add git-patch-to-hg-export.py
...
This will allow @tarek and I to use this easily. I also modified the script so
that you can provide it the URL to pull from to simplify the process.
2012-11-26 09:14:13 -05:00
Ian Cordasco
5d2976fccb
Closes #43
2012-11-26 08:45:46 -05:00
huhao
472cc21380
Fix git hook
2012-11-26 11:22:26 +08:00
Tarek Ziade
c2bb12db6c
Added tag 1.6.2 for changeset bca1826148f9
2012-11-25 08:54:14 -02:00
Tarek Ziade
1b2f13c384
prep 1.6.2
2012-11-25 08:54:09 -02:00
bmcustodio
9f9a355c58
Fixes critical bug in 'flake8/util.py' causing 'flake8' to crash during code analysis.
2012-11-25 08:24:11 +00:00
Ian Cordasco
194bab1944
Back to 1.7 for future development.
2012-11-24 23:23:30 -05:00
Ian Cordasco
333663f2b9
Release 1.6.1
2012-11-24 20:53:43 -05:00
Ian Cordasco
3af2919414
Release 1.6.1
...
This fixed a few important bugs that came up as a result of not being thorough
enough with my testing.
2012-11-24 20:53:03 -05:00
Ian Cordasco
caab4bd18d
Fixes #41
...
Seems like the patch that fixed skipping some warnings broke this.
2012-11-19 21:39:57 -05:00
Ian Cordasco
7d2b8e6b07
Fixes #40
...
I missed one of the lines changed where pep8style was required for skip_file.
2012-11-19 21:36:44 -05:00
Ian Cordasco
9e6f5325d6
Update to 1.7 for the next release.
2012-11-16 19:51:33 -05:00
Ian Cordasco
11ec1e7bd6
Release 1.6
2012-11-16 19:50:42 -05:00
Ian Cordasco
14c7a9b82d
Back out of that tag.
2012-11-16 19:50:26 -05:00
Ian Cordasco
20bbf8d123
Forgot to edit the README ahead of releasing 1.6
2012-11-16 19:49:58 -05:00
Ian Cordasco
0bd01d3846
Release 1.6
2012-11-16 19:38:28 -05:00
Tarek Ziadé
c13fdc8ce3
Merged in fix_excludes (pull request #27 )
2012-11-16 10:26:42 +01:00
Ian Cordasco
13ee10c914
Add Marc Labbé to the CONTRIBUTORS file.
...
He forgot to add himself and never used his email address.
2012-11-15 14:16:32 -05:00
Ian Cordasco
2484edfbc8
Two problems I didn't see before that are now fixed.
...
First, I never got around to testing my changes to @kilian's patch for #23 and
just found that I had mistyped a variable.
Also, on more complex code that what I had tested on previously, my patch to
pep8 was insufficient. This should work without error now.
2012-11-14 11:59:34 -05:00
Ian Cordasco
70a75d8f08
I'm not exactly a fan of skip_file taking pep8style.
2012-11-12 11:38:33 -05:00
Ian Cordasco
547f71b243
Closes #38 .
...
Check to see if the file exists before checking to see if it should be
skipped.
2012-11-12 10:00:06 -05:00
Kilian Koepsell
a53880364c
Ignore directories that match exclusion patterns.
2012-11-10 01:21:45 -08:00
Kilian Koepsell
56ba00ea2e
Respect exclude option from pep8 - fixes #23
...
Modify the util.skip_file() method to honor the pep8 exclude
option from .pep8 config file or from the command line.
2012-11-09 22:57:45 -08:00
Ian Cordasco
72bd7ee8cf
Forgot to document the `lazy` param.
2012-11-08 13:45:31 -05:00
Ian Cordasco
01471f885d
Add lazy option to the git_hook.
2012-11-08 13:44:17 -05:00
Ian Cordasco
ada8d325ca
Fixes #37 .
...
I'm pre-emptively merging my own changes that I submitted upstream here for
milestone 1.6
2012-11-08 10:47:12 -05:00
Ian Cordasco
82ea7edadc
Fixes #14 and #19 .
...
@BackSeat contributed the patch. Signature changes are mentioned in README.
2012-11-08 09:03:54 -05:00
Tarek Ziade
110099b355
Fixed typo, thanks to Tiago Oliveira - fixes #36
2012-11-08 11:15:19 +01:00
Ian Cordasco
cc1d7c5385
Merge in @tarek's changes.
2012-11-07 20:33:04 -05:00
Tarek Ziade
982b089243
make sure pep8style is always initialized
2012-11-07 20:58:40 +01:00
Ian Cordasco
a4ebc1c5c4
Fix #21 . `init` can also be used elsewhere.
...
Sane defaults are awesome. Also, I hope mercurial uses similar commit messages
to git. ;)
2012-11-07 12:40:49 -05:00
Ian Cordasco
d126c3503e
Fixes #20 .
2012-11-07 12:20:05 -05:00
Ian Cordasco
5b6b4cd1e4
Fixes #12 . Not important but might as well.
2012-11-06 17:46:51 -05:00
Ian Cordasco
a08b0387e5
Should have included @phd's name in CONTRIBUTORS.txt
2012-11-06 17:25:40 -05:00
Ian Cordasco
297a566b46
Incorporate @phd's patch.
2012-11-06 16:24:14 -05:00
Tarek Ziade
c89ac53cfb
fixed a missing manifest file
2012-11-05 22:26:28 +01:00
Tarek Ziade
792add28c2
style
2012-10-17 10:20:45 +02:00
Tarek Ziade
00696f120e
init pep8 - fixes #32
2012-10-17 10:20:21 +02:00