We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d7103 commit 954a38cCopy full SHA for 954a38c
documentation/reference/svgtrace/index.md
@@ -47,7 +47,7 @@ async def asyncTrace(
47
48
## skimageTrace
49
50
-[Show source in __init__.py:111](../../../svgtrace/__init__.py#L111)
+[Show source in __init__.py:113](../../../svgtrace/__init__.py#L113)
51
52
Do a trace of an pillow image using the skimage library.
53
pyproject.toml
@@ -31,9 +31,10 @@ numpy = "<2,>=1.26.4"
31
[tool.poetry.group.dev.dependencies]
32
nocairosvg = "^2024"
33
pytest = "^8.1.1"
34
-pylint = "^3.1.0"
35
handsdown = "^2.1.0"
36
coverage = "^7.4.4"
+ruff = "^0.3.3"
37
+pyright = "^1.1.354"
38
imgcompare = "^2.0.1"
39
40
[build-system]
0 commit comments