mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Switch to uv
This commit is contained in:
parent
ebcfb2a2f3
commit
c1c78673aa
7 changed files with 207 additions and 26 deletions
|
|
@ -53,3 +53,10 @@ warn_unused_ignores = true
|
|||
warn_unreachable = true
|
||||
show_error_context = true
|
||||
ignore_missing_imports = true
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.18.2",
|
||||
"pyinstaller>=6.16.0",
|
||||
"ruff>=0.14.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue