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
Add Python code formatting with Black as Make steps
This patch adds two Make targets to the test environment so a manual
format-review can be done:
* Testing - `cd tests ; make check-black`
* Formatting - `cd tests ; make format`
Further discussion needs to be had before these are added to CI steps.
A follow-on patch will apply Black, so mechanical effects can be
separated from manual changes.
References:
* [AC-215] Evaluate pre-commit usage on casework repositories
* [AC-216] Apply Black to all casework Python code bases
Acked-by: kchason <kchason@users.noreply.github.com>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
0 commit comments