mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
parent
5221014947
commit
e520c2d936
6 changed files with 52 additions and 1 deletions
|
|
@ -107,6 +107,10 @@ And you should see something like:
|
|||
--ignore=errors Comma-separated list of errors and warnings to ignore
|
||||
(or skip). For example, ``--ignore=E4,E51,W234``.
|
||||
(Default: E121,E123,E126,E226,E24,E704)
|
||||
--extend-ignore=errors
|
||||
Comma-separated list of errors and warnings to add to
|
||||
the list of ignored ones. For example, ``--extend-
|
||||
ignore=E4,E51,W234``.
|
||||
--max-line-length=n Maximum allowed line length for the entirety of this
|
||||
run. (Default: 79)
|
||||
--select=errors Comma-separated list of errors and warnings to enable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue