Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Jan 29, 2024
1 parent 6da9dd7 commit cf59657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/npg_irods/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,10 @@ def update_secondary_metadata(
updated = illumina.ensure_secondary_metadata_updated(
rods_item, mlwh_session, include_controls=False
)
case Platform.OXFORD_NANOPORE_TECHNOLOGIES, AnalysisType.NUCLEIC_ACID_SEQUENCING:
case (
Platform.OXFORD_NANOPORE_TECHNOLOGIES,
AnalysisType.NUCLEIC_ACID_SEQUENCING,
):
log.info("ONT", item=i, path=p)
updated = ont.ensure_secondary_metadata_updated(
rods_item, mlwh_session
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest-it==0.1.4
pytest==7.4.4
sqlalchemy-utils==0.41.1
black==23.12.1
black==24.1.1

0 comments on commit cf59657

Please sign in to comment.