issues
search
TimMonko
/
napari-ndev
A collection of widgets intended to serve any person seeking to process microscopy images from start to finish, with no coding necessary. napari-ndev was designed to address the gap between the napari viewer and batch python scripting.
https://timmonko.github.io/napari-ndev/
BSD 3-Clause "New" or "Revised" License
6
stars
0
forks
source link
Ruff linting
#53
Closed
TimMonko
closed
2 months ago
TimMonko
commented
2 months ago
string double quotes to single
isort imports
from
future
import annotations (delayed type checking)
removes strings from typing forward refs due to above
removes f-strings from logs per G004
renames variables away from python built-in names like dir and id
remove useless self expressions (where did I get this idea from originally?)
removes partial import of PlateMapper in measure
all tests pass with pytest and tox on my machine