flake8/flake8
Ian Cordasco deb59817cf
Use the same interface for vcs installation
flake8.main.git.install was already returning False if it couldn't
find the directory to install into. This makes mercurial.install do
the same thing and allows the vcs.install callback to understand that.
2016-06-14 08:04:13 -05:00
..
api Move git integration into flake8.main 2016-06-13 10:33:15 -05:00
formatting Fix linting issues 2016-06-04 13:02:09 -05:00
main Use the same interface for vcs installation 2016-06-14 08:04:13 -05:00
options Rely on Python 3.4 backport of configparser 2016-05-30 12:51:31 -05:00
plugins Refactor off-by-default plugins and enabling them 2016-05-28 11:57:18 -05:00
__init__.py Add a lower level for extra verbosity 2016-03-14 21:37:32 -05:00
__main__.py Add parity with `python -m flake8` 2016-02-19 19:38:27 -06:00
checker.py Update our warning message about Windows 2016-06-07 20:00:16 -05:00
defaults.py Make a first pass at a git pre-commit hook 2016-06-13 07:15:14 -05:00
exceptions.py Add docstrings and a new-line for pydocstyle 2016-06-14 08:02:54 -05:00
processor.py Start adding documentation about developing plugins 2016-05-16 20:15:14 -05:00
style_guide.py Add distinction between reported and ignored errors 2016-06-07 18:02:53 -05:00
utils.py Check for version of Python on Windows 2016-06-07 19:56:41 -05:00