Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jul 23, 2024
1 parent a3f4881 commit b15d744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 78 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ repos:
(?x)^(
.*\.lock |
.*\.json |
.*\.ipynb
.*\.ipynb |
.*\.cppipe
)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
tests/data/cytotable/NF1_cellpainting_data_shrunken/create_mask_data.py`
"""

import subprocess
import pathlib
import os
import pathlib
import subprocess

# create a dir for segmentation masks
pathlib.Path("tests/data/cytotable/NF1_cellpainting_data_shrunken/Plate_2_masks").mkdir(
Expand Down

0 comments on commit b15d744

Please sign in to comment.