mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-21 15:57:27 +00:00
build: fix mypy type install
This commit is contained in:
@@ -110,10 +110,12 @@ dependency_groups = [
|
|||||||
]
|
]
|
||||||
deps = [
|
deps = [
|
||||||
{ replace = "ref", of = ["project", "extras"], extend = true },
|
{ replace = "ref", of = ["project", "extras"], extend = true },
|
||||||
|
"pip",
|
||||||
]
|
]
|
||||||
pip_pre = true
|
pip_pre = true
|
||||||
set_env.CFLAGS = "-Wno-unterminated-string-initialization"
|
set_env.CFLAGS = "-Wno-unterminated-string-initialization"
|
||||||
set_env.MYPYPATH = "ahriman-core/src:ahriman-triggers/src:ahriman-web/src"
|
set_env.MYPYPATH = "ahriman-core/src:ahriman-triggers/src:ahriman-web/src"
|
||||||
|
uv_seed = true
|
||||||
commands = [
|
commands = [
|
||||||
[
|
[
|
||||||
"autopep8",
|
"autopep8",
|
||||||
|
|||||||
Reference in New Issue
Block a user