Skip to content

Commit

Permalink
Merge pull request #906 from sanger/dependabot/pip/black-24.2.0
Browse files Browse the repository at this point in the history
Bump black from 23.12.1 to 24.2.0
  • Loading branch information
dasunpubudumal authored Feb 19, 2024
2 parents 9ae3f47 + 01b89cc commit 346f84e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
60 changes: 30 additions & 30 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions crawler/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@
TEST_DATA_ERROR_WRONG_STATE: Final[str] = "Run doesn't have status"
TEST_DATA_ERROR_INVALID_PLATE_SPECS: Final[str] = "There is a problem with the plate specs for the run."
TEST_DATA_ERROR_NUMBER_OF_PLATES: Final[str] = "Number of plates to generate must be between 1 and {0}."
TEST_DATA_ERROR_NUMBER_OF_POS_SAMPLES: Final[
str
] = "One or more plates expected fewer than 0 or more than 96 positive samples."
TEST_DATA_ERROR_PLATE_CREATION_FAILED: Final[
str
] = "One or more plates failed to generate data correctly. Please try again."
TEST_DATA_ERROR_NUMBER_OF_POS_SAMPLES: Final[str] = (
"One or more plates expected fewer than 0 or more than 96 positive samples."
)
TEST_DATA_ERROR_PLATE_CREATION_FAILED: Final[str] = (
"One or more plates failed to generate data correctly. Please try again."
)


###
Expand Down
1 change: 1 addition & 0 deletions tests/file_processing/test_file_processing_1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Split test_file_processing.py into numerous files until a larger refactor can test classes more succinctly.
"""

from datetime import datetime, timezone

from crawler.constants import FIELD_DATE_TESTED
Expand Down

0 comments on commit 346f84e

Please sign in to comment.