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
flake8 has "noqa", it would be nice if there were something similar for python-modernize. This is especially a problem for some of the heuristic based fixers (e.g. dict_six operates on all .values(), .items(), and .keys() methods even if the value isn't a dict).
The text was updated successfully, but these errors were encountered:
flake8 has "noqa", it would be nice if there were something similar for python-modernize. This is especially a problem for some of the heuristic based fixers (e.g. dict_six operates on all .values(), .items(), and .keys() methods even if the value isn't a dict).
The text was updated successfully, but these errors were encountered: