mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 14:21:16 -07:00
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:
parent
baa34ec038
commit
6e6223cd5e
162 changed files with 716 additions and 602 deletions
|
@ -2,7 +2,8 @@ import os
|
|||
from pathlib import Path
|
||||
from subprocess import call
|
||||
|
||||
from data_pipeline.utils import get_module_logger, remove_all_from_dir
|
||||
from data_pipeline.utils import get_module_logger
|
||||
from data_pipeline.utils import remove_all_from_dir
|
||||
|
||||
logger = get_module_logger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue