mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
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
|
||
|---|---|---|
| .. | ||
| internal | ||
| plugin-development | ||
| release-notes | ||
| user | ||
| conf.py | ||
| faq.rst | ||
| glossary.rst | ||
| index.rst | ||
| manpage.rst | ||
| requirements.txt | ||