Commit graph

  • 24c39fa704 Merge in flint-merge-noqa Ian Cordasco 2013-02-21 19:44:35 -05:00
  • 11b5251363 Include the *.rst files in MANIFEST.in Florent Xicluna 2013-02-21 23:59:41 +01:00
  • 6bf49f848f Do not copy the licenses for the dependencies Florent Xicluna 2013-02-21 23:56:35 +01:00
  • a593dd01a4 Install mccabe as a dependency Florent Xicluna 2013-02-21 00:00:54 +01:00
  • 8af0f1ed98 Add information to the README.rst Florent Xicluna 2013-02-20 22:50:12 +01:00
  • 472b186eb3 setup.py: do not import the module to read the __version__ Florent Xicluna 2013-02-20 22:50:12 +01:00
  • 9a8d85d22f Move the changelog to CHANGES.rst Florent Xicluna 2013-02-20 22:50:12 +01:00
  • 83571710cb setup.py: update description Florent Xicluna 2013-02-20 22:50:12 +01:00
  • 2e76b4191a setup.py: new topic classifiers Florent Xicluna 2013-02-20 22:50:12 +01:00
  • b8aab10d5f setup.py: add classifiers for Python 2/3 compatibility Florent Xicluna 2013-02-20 22:50:12 +01:00
  • bcbf1b8eae setup.py: allow upgrade of dependencies Florent Xicluna 2013-02-20 22:47:54 +01:00
  • 3e1452d10e setup.py: remove 'scripts' which is redundant with setuptools entry points; issue #70 Florent Xicluna 2013-02-20 22:32:04 +01:00
  • 20b49ee257 setup.py: reorder entries Florent Xicluna 2013-02-20 22:30:24 +01:00
  • 7362d57c24 Restore the whole-file-skip feature Florent Xicluna 2013-02-20 21:14:13 +01:00
  • fa092c0294 Remove the obsolete argument 'reporter' of check_code and check_file Florent Xicluna 2013-02-20 18:45:48 +01:00
  • 1496579fb2 Take into account that setuptools is no longer optional Florent Xicluna 2013-02-20 18:44:17 +01:00
  • be9f2a5ffb Remove unused read_stdin, now ported to pep8 Florent Xicluna 2013-02-20 18:42:31 +01:00
  • e4afd25312 Small refactoring in the hooks module Florent Xicluna 2013-02-20 18:41:29 +01:00
  • a6977c1916 Add Ian and me as contributors Florent Xicluna 2013-02-20 18:39:54 +01:00
  • d242899fb5 Added some messages for pep8 Marc Schlaich 2013-02-20 11:36:30 +01:00
  • 6055fcea2c Remove leftovers of the Flint merge Florent Xicluna 2013-02-14 17:21:34 +01:00
  • 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