Skip to content

Commit

Permalink
adding yapf style
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Feb 19, 2024
1 parent 15181c8 commit fdd2b68
Show file tree
Hide file tree
Showing 47 changed files with 6,992 additions and 5,851 deletions.
4 changes: 4 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[style]
based_on_style = google
split_before_named_assigns = false
column_limit = 88
2 changes: 1 addition & 1 deletion cellpose/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from cellpose.version import version, version_str
from cellpose.version import version, version_str
250 changes: 134 additions & 116 deletions cellpose/__main__.py

Large diffs are not rendered by default.

273 changes: 158 additions & 115 deletions cellpose/cli.py

Large diffs are not rendered by default.

Empty file removed cellpose/contrib/__init__.py
Empty file.
260 changes: 0 additions & 260 deletions cellpose/contrib/distributed_segmentation.py

This file was deleted.

72 changes: 0 additions & 72 deletions cellpose/contrib/openvino_utils.py

This file was deleted.

0 comments on commit fdd2b68

Please sign in to comment.