flake8/docs
Ian Cordasco e4582ef4e7
Only force files to be included when run from CLI
Previously we added support so users can do:

    $ flake8 bin/executable

But this broke the fact that git hooks shouldn't check things like
reStructuredText doc files. This commit restores that functionality but
will cause bin/executable to be ignored in the git hook. This seems fair
since folks can amend their filename patterns to include it explicitly.

Closes #268
2016-11-23 16:36:26 -06:00
..
build Start creating documentation 2016-01-19 07:19:16 -06:00
source Only force files to be included when run from CLI 2016-11-23 16:36:26 -06:00