ome / ome_zarr_test_suite

Test suite of reader and writer implementations
4 stars 6 forks source link

[pre-commit.ci] pre-commit autoupdate #9

Closed pre-commit-ci[bot] closed 3 years ago

pre-commit-ci[bot] commented 3 years ago

updates:

joshmoore commented 3 years ago
test_suite.py:10: error: Library stubs not installed for "yaml" (or incompatible with Python 3.8)
test_suite.py:10: note: Hint: "python3 -m pip install types-PyYAML"

is something I've seen on the Zarr repos. The additional requirement needs adding unfortunately.

joshmoore commented 3 years ago

Working again!