Update default ignored errors

This new list should now reflect the default errors that are ignored as defined here:
3bcadce2a9/src/flake8/defaults.py (L15)
This commit is contained in:
abstractlyZach 2021-05-25 11:58:35 -07:00 committed by GitHub
parent 3bcadce2a9
commit f2291a9c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ And you should see something like:
of opening bracket's line.
--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)
(Default: E121,E123,E126,E226,E24,E704,W503,W504)
--extend-ignore=errors
Comma-separated list of errors and warnings to add to
the list of ignored ones. For example, ``--extend-