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
if VALIDATOR_SETTINGS['is_user_flake8'] == True (default is true), then execute flake8 validation on path with path to setup.cfg if exists.
Errors from flake8 should be if form of ('flake8: E221', 'for example, ...') (error type with prefix and no comment) and should be grouped per error type (one line per error).
The text was updated successfully, but these errors were encountered:
if
VALIDATOR_SETTINGS['is_user_flake8'] == True
(default is true), then execute flake8 validation on path with path tosetup.cfg
if exists.Errors from flake8 should be if form of
('flake8: E221', 'for example, ...')
(error type with prefix and no comment) and should be grouped per error type (one line per error).The text was updated successfully, but these errors were encountered: