Added API for using spool weight/length

This commit is contained in:
Donkie
2023-04-02 15:48:30 +02:00
parent b3ba3c1594
commit c31c3dea42
4 changed files with 107 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ license = {text = "AGPL-3.0-only"}
[tool.ruff]
select = ["ALL"]
ignore = ["A003", "D101", "D104", "S104", "TRY201", "TRY003", "EM101", "EM102"]
ignore = ["A003", "D101", "D104", "D407", "S104", "TRY201", "TRY003", "EM101", "EM102"]
line-length = 120
target-version = "py39"