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
Some quality of life improvements for code formatting.
- Added new make rules `make pyformat` and `make jsformat`, which run Black/Prettier on all source files. (These aren't used in any precommit hooks or CircleCI jobs, but I've found myself wanting to run the commands manually sometimes.)
- `scripts/format.sh` no longer tries to format deleted Python files (previously, if you had a deleted file in staged files, format.sh would fail).
0 commit comments