vanvalenlab / deepcell-tf

Deep Learning Library for Single Cell Analysis
https://deepcell.readthedocs.io
Other
427 stars 99 forks source link

General maintenance to make CI happy #719

Closed rossbar closed 5 months ago

rossbar commented 5 months ago

What

Some general maintenance to deal with failures cropping up from dependencies either updating or falling out-of-sync with one another

Documentation

Linting

The newest version of ruff has checks for non-f-string based string formatting. I've silenced these for now - there are much more important issues than string formatting.

Why

rossbar commented 5 months ago

This is mostly configuration munging, so I will self-merge to unstick the important stuff!