You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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,W503,W504)
flake8はデフォルトで無視されるエラー/警告がある。
しかし、
--ignore
を有効にすると、デフォルトのエラー/警告が無視されない。--extend-ignore
なら、デフォルトのエラー/警告が無視されたままになるので、--extend-ignore
を設定ファイルで指定したい。https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
The text was updated successfully, but these errors were encountered: