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
When autoflake makes some changes, all it says is that it made some changes:
autoflake................................................................Failed
- hook id: autoflake
- files were modified by this hook
but doesn't say what or where, I have to look at my unstaged files to see what happened. Since it usually doesn't make too many changes, it would be helpful if there was a flag that would print the diff and make the changes.
The text was updated successfully, but these errors were encountered:
I'm running autoflake as a hook with pre-commit:
When autoflake makes some changes, all it says is that it made some changes:
but doesn't say what or where, I have to look at my unstaged files to see what happened. Since it usually doesn't make too many changes, it would be helpful if there was a flag that would print the diff and make the changes.
The text was updated successfully, but these errors were encountered: