Jannis Leidel
904a5cc107
Added myself to contributors file.
2012-05-19 19:21:04 +02:00
Jannis Leidel
956a42409f
Updated README and version
2012-05-19 19:20:50 +02:00
Jannis Leidel
04e8b490bd
Added future import to make flake8 Python 2.5 compatible.
2012-05-19 13:15:03 +02:00
Tarek Ziade
326eb7cdb2
starting 1.4
2012-03-22 10:36:24 +01:00
Tarek Ziade
3f32ef7212
Added tag 1.3 for changeset 0407b6714ca4
2012-03-22 10:35:26 +01:00
Tarek Ziade
926aa49421
updated README
2012-03-22 10:35:22 +01:00
Tarek Ziade
10a4d98fad
added missing blank line
2012-03-22 10:29:57 +01:00
Tarek Ziade
52d47cf99a
added Gustavo
2012-03-22 10:28:42 +01:00
Gustavo Picon
48749a67fe
Fixed the W402 (imported but unused) bug in flake8's fork of pyflakes.
...
Added a couple of tests that fail without this patch.
2012-03-21 01:02:35 -05:00
Tarek Ziade
5758abe37d
starting 1.3
2012-02-28 00:21:37 +01:00
Tarek Ziade
08c5512c11
Added tag 1.2 for changeset de690f0eb402
2012-02-28 00:09:30 +01:00
Tarek Ziade
b9c0ac5a11
merged
2012-02-28 00:09:27 +01:00
Tarek Ziade
75d3365926
Added tag 1.2 for changeset 575a782a8fb5
2012-02-28 00:07:55 +01:00
Tarek Ziade
3ee2df248a
completed the CHANGES
2012-02-28 00:07:50 +01:00
Steven Kryskalla
99bd4737e2
fix rst syntax in README
2012-02-23 15:28:39 -08:00
Steven Kryskalla
420d998ff3
adding a list of all warning / error codes to README
...
adding myself to contributors
2012-02-23 15:25:02 -08:00
Steven Kryskalla
50517129da
merge
2012-02-23 15:04:21 -08:00
Steven Kryskalla
1d4e9a8968
mccabe warning message was missing a ":" after the column number
...
update tests to match the new format with the warning code
tests pass in python 2.7 and 3.2
2012-02-23 15:03:21 -08:00
Tarek Ziade
82a72535ad
merged
2012-02-23 22:52:26 +01:00
Tarek Ziade
9708efe757
clarify all the licences in LICENCE - basically it's all MIT
2012-02-23 22:51:55 +01:00
Steven Kryskalla
fdb1009fc1
adding warning codes W402..405 and W801..806 to pyflakes messages
2012-02-23 12:27:22 -08:00
Steven Kryskalla
a2ac0c3035
add warning code W901 to mccabe
2012-02-23 12:20:44 -08:00
Steven Kryskalla
753ef01fb9
MacCabe -> McCabe
2012-02-21 18:48:08 -08:00
Steven Kryskalla
1feeec96f9
Add a flag for exiting with status code 0, even when there are warnings
...
This might be useful e.g. in a build system where exiting with status code > 0
always means the build failed. In that case, you still want to signify that
flake8 itself ran without problems, even when there are warnings.
2012-02-21 17:02:53 -08:00
Tarek Ziade
fabd0fa801
more weird edge cases py2/3
2012-02-21 15:46:05 +01:00
Tarek Ziade
ef4b069970
Fixed the exception scope behavior
2012-02-21 14:28:12 +01:00
Tarek Ziade
d8f6e431f1
removed some prints
2012-02-21 13:19:35 +01:00
Tarek Ziade
cf16bf82b9
cleanup
2012-02-21 13:04:01 +01:00
Tarek Ziade
fde77e2168
fixed the way exception definitions are bind
2012-02-21 13:02:28 +01:00
Tarek Ziade
1307356ba7
merge back Jason change
2012-02-21 11:52:32 +01:00
Tarek Ziade
29bb206fd4
merged branch python3
2012-02-21 11:49:21 +01:00
Tarek Ziade
b29f197d69
fixed the mccabe complexity for py3 and py2 as well
2012-02-21 11:31:16 +01:00
Tarek Ziade
1003eeabe8
make sure the name of the exception is added in the scope of the exception - fixes #10
2012-02-21 10:43:16 +01:00
Tarek Ziade
b1690f818d
more ignores
2012-02-21 10:40:58 +01:00
Tarek Ziade
c3dc6b8c01
more ignores
2012-02-21 10:40:43 +01:00
Tarek Ziade
7beb6d3845
make sure skip_warning works with no files
2012-02-21 10:37:40 +01:00
Tarek Ziade
b97f9f542d
io under py3
2012-02-21 10:37:12 +01:00
Tarek Ziade
0d0d5d84b5
make sure skip_warning works with no files
2012-02-21 10:36:55 +01:00
Tarek Ziade
3027204914
ignore warning on the import - fixes #9
2012-02-21 09:47:05 +01:00
Jason Kölker
b8575081ed
Add --builtins option to appending list of builtins
...
Useful for projects using gettext that add '_' as a builtin
2012-02-15 11:17:17 -06:00
Tarek Ziade
0ac0cec20f
more py3 fixes
2012-02-14 21:27:41 +01:00
Tarek Ziade
232fc33060
removing setuptools dep for py3 and install
2012-02-14 21:19:03 +01:00
Tarek Ziade
aa4a855c38
starting a py2/py3 compatible version
2012-02-14 21:15:54 +01:00
Tarek Ziade
e3b33db104
fixed the path to pyflakes
2012-02-14 20:55:48 +01:00
Tarek Ziade
625834cfff
fixed space
2012-02-14 14:21:16 +01:00
Tarek Ziade
e439682c85
added a git hook - fixes #8
2012-02-14 14:20:51 +01:00
Tarek Ziade
6eb3405dd0
starting 1.2
2012-02-14 13:28:41 +01:00
Tarek Ziade
7b4ab7be47
Added tag 1.1 for changeset 33104f05ce6c
2012-02-14 13:26:03 +01:00
Tarek Ziade
1633d9a269
cleanup
2012-02-14 13:25:42 +01:00
Tarek Ziade
c463da34c3
added details in the README + new contributor
2012-02-14 13:24:46 +01:00