mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2025-01-02 12:48:10 +00:00
Fixed order.
This commit is contained in:
parent
26e8b3ff4d
commit
909853e011
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,6 @@ dependencies = [
|
|||
"scipy",
|
||||
]
|
||||
|
||||
[project.entry-points."nqrduck"]
|
||||
"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM"
|
||||
|
||||
dev = [
|
||||
"black",
|
||||
"pydocstyle",
|
||||
|
@ -38,6 +35,9 @@ dev = [
|
|||
"ruff",
|
||||
]
|
||||
|
||||
[project.entry-points."nqrduck"]
|
||||
"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
"widget.py",
|
||||
|
|
Loading…
Reference in a new issue