From f2291a9c2d2a7361a304df9c0b5cdf99d295cd31 Mon Sep 17 00:00:00 2001 From: abstractlyZach Date: Tue, 25 May 2021 11:58:35 -0700 Subject: [PATCH] Update default ignored errors This new list should now reflect the default errors that are ignored as defined here: https://github.com/PyCQA/flake8/blob/3bcadce2a9d91f4bb6afa97b5d2d1a82d7a1e937/src/flake8/defaults.py#L15 --- docs/source/user/invocation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index 170a62a..c5d16d1 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -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-