Skip to content

Commit 36824d1

Browse files
committed
black -> ruff
1 parent 8fb5b24 commit 36824d1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 25.1.0
4-
hooks:
5-
- id: black-jupyter
62
- repo: https://github.com/astral-sh/ruff-pre-commit
73
rev: v0.12.8
84
hooks:

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ onnx = ["onnxruntime"]
4444
pytorch = ["torch>=1.6,<3", "torchvision>=0.21", "keras>=3.0,<4"]
4545
tensorflow = ["tensorflow", "keras>=2.15,<4"]
4646
dev = [
47-
"black",
4847
"cellpose", # for model testing
4948
"crick",
5049
"httpx",
51-
"jupyter-black",
5250
"jupyter",
5351
"keras>=3.0,<4",
5452
"matplotlib",
@@ -79,12 +77,6 @@ where = ["src/"]
7977
[tool.setuptools.dynamic]
8078
version = { attr = "bioimageio.core.__version__" }
8179

82-
[tool.black]
83-
line-length = 88
84-
extend-exclude = "/presentations/"
85-
target-version = ["py39", "py310", "py311", "py312"]
86-
preview = true
87-
8880
[tool.pyright]
8981
exclude = [
9082
"**/__pycache__",

0 commit comments

Comments
 (0)