mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
added a header to skip files
This commit is contained in:
parent
5a1a4917e1
commit
93d19d39a5
5 changed files with 36 additions and 8 deletions
4
README
4
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue