Commit graph

  • 3a99cd18b6 Turn it to an alpha version Florent Xicluna 2013-02-14 16:16:16 +01:00
  • b721a38b39 Fix Pyflakes tests for Python 2.5, and add a reporter Florent Xicluna 2013-02-13 22:03:56 +01:00
  • 29b74f9b37 Wrong exit code for the VCS hooks Florent Xicluna 2013-02-13 21:26:28 +01:00
  • a13bdad3d8 Wrong exit code returned by the setuptools Flake8Command Florent Xicluna 2013-02-13 21:07:31 +01:00
  • 015da9fabb Remove unused global Florent Xicluna 2013-02-13 20:23:58 +01:00
  • df6375c952 Fix the codes in the tests Florent Xicluna 2013-02-13 19:53:56 +01:00
  • 321bbce17f Fix the get_*_complexity functions Florent Xicluna 2013-02-13 19:53:01 +01:00
  • 1c6ed0526a Upgrade McCabe checker as an extension; now it uses the AST Florent Xicluna 2013-02-13 19:41:23 +01:00
  • 740e8b9ad6 Remove empty module Florent Xicluna 2013-02-13 19:30:04 +01:00
  • 16b9fe108c Restore the ConfigParser import, used by the flake8.hooks Florent Xicluna 2013-02-13 19:27:43 +01:00
  • 212364d89c Create and enable the Pyflakes extension Florent Xicluna 2013-02-13 19:22:34 +01:00
  • 701ec32e3f Fix the commit hooks, hopefully Florent Xicluna 2013-02-13 19:21:37 +01:00
  • 3ee195a8ba Fix imports in flake8.run Florent Xicluna 2013-02-13 19:19:30 +01:00
  • 20b8c5962e Refactor to use extensions Florent Xicluna 2013-02-13 19:18:49 +01:00
  • 844c951154 Make it clear that Flake8Command is currently broken Florent Xicluna 2013-02-13 17:16:28 +01:00
  • 8a50be88b3 Prepare moving Pyflakes as an extension: setuptools becomes mandatory Florent Xicluna 2013-02-13 16:48:33 +01:00
  • debc186594 Merged: unused import Florent Xicluna 2013-02-13 16:38:12 +01:00
  • 4f57016809 Unused import Florent Xicluna 2013-02-13 16:31:52 +01:00
  • 0b32d3373a Add a possible file for collecting the ext work Ian Cordasco 2013-02-13 10:08:19 -05:00
  • 064f986d9a Fixes #69 Ian Cordasco 2013-02-13 09:51:32 -05:00
  • 10cc0f3391 Update Buildout docs Ian Cordasco 2013-02-11 11:18:41 -05:00
  • b97d869e20 Further simplification thanks to pep8 Ian Cordasco 2013-02-10 15:10:03 -05:00
  • 25dd8c445e Fix tests Ian Cordasco 2013-02-10 13:55:57 -05:00
  • 5930ea63bc added forgotten MANIFEST.in mrtheb 2013-02-09 22:34:05 -05:00
  • 4f95dc317b added entry_point for flake8 on py3 mrtheb 2013-02-09 22:19:26 -05:00
  • 4cc6f1dd66 Bump to pep8 1.4.2 to remove some hacks Ian Cordasco 2013-02-09 19:25:44 -05:00
  • 5ab98117ba Fixes #66 Ian Cordasco 2013-02-08 18:26:18 -05:00
  • 42231ff1ec Fixes #58 Ian Cordasco 2013-02-08 18:19:26 -05:00
  • 8a32526022 Add error numbers to pyflakes messages Ian Cordasco 2013-02-08 17:53:08 -05:00
  • d220a65222 Transition to pyflakes 0.6.1 Ian Cordasco 2013-02-08 17:35:56 -05:00
  • 1d247709a0 Fixes #56. Ian Cordasco 2013-01-24 19:21:36 -05:00
  • a88ec88c62 Comment some lines Ian Cordasco 2013-01-24 12:06:53 -05:00
  • 7ad7b0ea7a pep8 will now recognize .flake8 Ian Cordasco 2013-01-22 10:38:47 -05:00
  • 9445a25f50 Use alternate warnings from flakey Ian Cordasco 2013-01-22 10:32:01 -05:00
  • 8f5bb5dc0d Merged refactor branch. We're nearing 2.0 Ian Cordasco 2013-01-22 09:30:33 -05:00
  • ce7952497e Ignore .orig files Ian Cordasco 2013-01-22 09:29:07 -05:00
  • 2d2744b017 Pin pep8 dependecy. Ian Cordasco 2013-01-18 19:23:36 -05:00
  • f06f484b21 Some changes re #59 Ian Cordasco 2013-01-11 10:09:08 -05:00
  • b2395b9ccd Forgot to pull first. Ian Cordasco 2013-01-09 13:21:45 -05:00
  • e9366a904e Closes #54 Ian Cordasco 2013-01-09 13:20:18 -05:00
  • e236b7f6b3 Add support for the pep8 config file Kevin Stanton 2013-01-09 11:31:41 -05:00
  • 8eec1e5e11 Fixes #57 Ian Cordasco 2013-01-09 11:26:00 -05:00
  • 0d3cc25400 Clear os.walk's dirnames to properly exclude dirs John Watson 2013-01-08 20:33:50 -08:00
  • 264bc0370a Use pep8's parser Ian Cordasco 2013-01-05 21:23:44 -05:00
  • 93538ea852 Add myself as a maintainer in setup() Ian Cordasco 2013-01-04 12:20:42 -05:00
  • ed0c63ba5d Merge remote tarek/flake8 locally Ian Cordasco 2013-01-04 11:27:53 -05:00
  • 9cd5dbc96f Rely on flakey's new ability to skip stdin errors Ian Cordasco 2013-01-04 11:23:47 -05:00
  • d8a30e19af Mention changes in preparation for 2.0.0 Ian Cordasco 2013-01-02 16:04:55 -05:00
  • 3bd8a21f62 Split up flake8/run.py Ian Cordasco 2013-01-01 23:09:33 -05:00
  • 08099588df This is what I meant to do in a03347e Ian Cordasco 2013-01-01 22:48:56 -05:00
  • 7200f8f4bd Filter out our options before passing to pep8 Ian Cordasco 2012-12-30 18:05:30 -05:00
  • 8810532989 flake8/ now passes flake8 Ian Cordasco 2012-12-29 22:15:33 -05:00
  • c9a5923a46 I was wrong. Forgot a couple lines Ian Cordasco 2012-12-29 22:14:43 -05:00
  • 5342830f80 Forgot to remove pep8.py Ian Cordasco 2012-12-29 22:01:00 -05:00
  • b2135a0e0e Tentative independence from vendored pep8 Ian Cordasco 2012-12-29 22:00:22 -05:00
  • c17aeb3848 A working version but still using a local copy of pep8 Ian Cordasco 2012-12-28 23:19:56 -05:00
  • 31bcca53f9 Start the refactor. Ian Cordasco 2012-12-26 17:59:23 -05:00
  • 625694094c Forgot to add the Changes for 1.7.0 Ian Cordasco 2012-12-21 18:31:06 -05:00
  • d79a2e5bc7 Release 1.7.0 Ian Cordasco 2012-12-21 17:50:52 -05:00
  • 32a273fbdb Forgot to pull first. D'oh 1.7.0 Ian Cordasco 2012-12-21 17:45:19 -05:00
  • e2e6337a29 Update pep8.py to be far closer to upstream. Ian Cordasco 2012-12-21 17:44:30 -05:00
  • 2ebc38869a Possible fix for part of #35 Ian Cordasco 2012-12-17 15:35:21 -05:00
  • e8a4bdb948 Bump version in preparation for the next release Ian Cordasco 2012-12-15 13:55:56 -05:00
  • df9d60ff73 Closes #46 Ian Cordasco 2012-12-14 22:24:39 -05:00
  • 2249538ba8 Support stdin David Cramer 2012-12-04 15:39:26 -08:00
  • 7dbf2f727b Closes #37 again Ian Cordasco 2012-12-01 10:07:29 -05:00
  • 16f338efd6 Incorporate @phd's builtins change. Ian Cordasco 2012-11-29 10:55:53 -05:00
  • 351e9ff7b2 Seems the git hook now allows items to be ignored. Ian Cordasco 2012-11-28 09:51:36 -05:00
  • 8e4e02861f Add git-patch-to-hg-export.py Ian Cordasco 2012-11-26 09:14:13 -05:00
  • 5d2976fccb Closes #43 Ian Cordasco 2012-11-26 08:45:46 -05:00
  • 472cc21380 Fix git hook huhao 2012-11-26 11:22:26 +08:00
  • c2bb12db6c Added tag 1.6.2 for changeset bca1826148f9 Tarek Ziade 2012-11-25 08:54:14 -02:00
  • 1b2f13c384 prep 1.6.2 1.6.2 Tarek Ziade 2012-11-25 08:54:09 -02:00
  • 9f9a355c58 Fixes critical bug in 'flake8/util.py' causing 'flake8' to crash during code analysis. bmcustodio 2012-11-25 08:24:11 +00:00
  • 194bab1944 Back to 1.7 for future development. Ian Cordasco 2012-11-24 23:23:30 -05:00
  • 333663f2b9 Release 1.6.1 Ian Cordasco 2012-11-24 20:53:43 -05:00
  • 3af2919414 Release 1.6.1 1.6.1 Ian Cordasco 2012-11-24 20:53:03 -05:00
  • caab4bd18d Fixes #41 Ian Cordasco 2012-11-19 21:39:57 -05:00
  • 7d2b8e6b07 Fixes #40 Ian Cordasco 2012-11-19 21:36:44 -05:00
  • 9e6f5325d6 Update to 1.7 for the next release. Ian Cordasco 2012-11-16 19:51:33 -05:00
  • 11ec1e7bd6 Release 1.6 Ian Cordasco 2012-11-16 19:50:42 -05:00
  • 14c7a9b82d Back out of that tag. Ian Cordasco 2012-11-16 19:50:26 -05:00
  • 20bbf8d123 Forgot to edit the README ahead of releasing 1.6 1.6 Ian Cordasco 2012-11-16 19:49:58 -05:00
  • 0bd01d3846 Release 1.6 Ian Cordasco 2012-11-16 19:38:28 -05:00
  • c13fdc8ce3 Merged in fix_excludes (pull request #27) Tarek Ziadé 2012-11-16 10:26:42 +01:00
  • 13ee10c914 Add Marc Labbé to the CONTRIBUTORS file. Ian Cordasco 2012-11-15 14:16:32 -05:00
  • 2484edfbc8 Two problems I didn't see before that are now fixed. Ian Cordasco 2012-11-14 11:59:34 -05:00
  • 70a75d8f08 I'm not exactly a fan of skip_file taking pep8style. Ian Cordasco 2012-11-12 11:38:33 -05:00
  • 547f71b243 Closes #38. Ian Cordasco 2012-11-12 10:00:06 -05:00
  • a53880364c Ignore directories that match exclusion patterns. Kilian Koepsell 2012-11-10 01:21:45 -08:00
  • 56ba00ea2e Respect exclude option from pep8 - fixes #23 Kilian Koepsell 2012-11-09 22:57:45 -08:00
  • 72bd7ee8cf Forgot to document the `lazy` param. Ian Cordasco 2012-11-08 13:45:31 -05:00
  • 01471f885d Add lazy option to the git_hook. Ian Cordasco 2012-11-08 13:44:17 -05:00
  • ada8d325ca Fixes #37. Ian Cordasco 2012-11-08 10:47:12 -05:00
  • 82ea7edadc Fixes #14 and #19. Ian Cordasco 2012-11-08 09:03:54 -05:00
  • 110099b355 Fixed typo, thanks to Tiago Oliveira - fixes #36 Tarek Ziade 2012-11-08 11:15:19 +01:00
  • cc1d7c5385 Merge in @tarek's changes. Ian Cordasco 2012-11-07 20:33:04 -05:00
  • 982b089243 make sure pep8style is always initialized Tarek Ziade 2012-11-07 20:58:40 +01:00
  • a4ebc1c5c4 Fix #21. `init` can also be used elsewhere. Ian Cordasco 2012-11-07 12:40:49 -05:00
  • d126c3503e Fixes #20. Ian Cordasco 2012-11-07 12:20:05 -05:00