Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
1 parent 1c23c47 commit e0ca555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/Hekstra-Lab/napari-labeller
author = Ian Hunt-Isaak, John Russell
author_email = ianhuntisaak@gmail.com johncrussell25@gmail.com
license = BSD-3-Clause
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Framework :: napari
Expand All @@ -17,9 +17,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Testing
project_urls =
Bug Tracker = https://github.com/Hekstra-Lab/napari-labeller/issues
Expand All @@ -34,7 +31,7 @@ install_requires =
netcdf4
numpy
xarray
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
package_dir =
=src
Expand Down
1 change: 1 addition & 0 deletions src/napari_labeller/_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def threshold(
# 2. Second example, a function that adds, subtracts,
# multiplies, or divides two layers


# using Enums is a good way to get a dropdown menu.
# Used here to select from np functions
class Operation(Enum):
Expand Down

0 comments on commit e0ca555

Please sign in to comment.