added a header to skip files

This commit is contained in:
Tarek Ziade 2011-02-08 11:46:21 +01:00
parent 5a1a4917e1
commit 93d19d39a5
5 changed files with 36 additions and 8 deletions

4
README
View file

@ -10,6 +10,10 @@ options and just uses its defaults.
It also adds a few features:
- files that starts with this header are skipped::
# flake8: noqa
- lines that contains a "# NOQA" comment at the end will not issue a warning
- merging pep8 and pyflakes options
- a Mercurial hook