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
We were spending a significant part of the time in `format.py` by running the `glob` queries for the files to exclude. Switch those to work based on the paths in the `files_to_format` list, improving performance of the script from ~5s to ~2s.
0 commit comments