Issue 105: Configure and run black and other pre-commit hooks (clean branch) (#1962)

* Configure and run `black` and other pre-commit hooks

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
This commit is contained in:
Lucas Merrill Brown 2022-10-04 18:08:47 -04:00 committed by GitHub
commit 6e6223cd5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
162 changed files with 716 additions and 602 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -8,8 +8,8 @@ graph TB
C --> |No| A{Concerns Addressed?}
A --> |Yes| PR
A --> |No| IP["In Person Discussion"]
IP --> O{Voting Outcome}
IP --> O{Voting Outcome}
O --> |Accepted - add label | PR
O --> |Rejected - add label | PR
PR --> PRP["Standard PR Process"]
PRP --> Close
PRP --> Close