mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
Initial commit
This commit is contained in:
32
alveslib/project.json
Normal file
32
alveslib/project.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "alveslib",
|
||||
"root": "alveslib",
|
||||
"sourceRoot": "alveslib",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "python3.12 -m compileall alveslib"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": ".venv/bin/ruff check alveslib"
|
||||
}
|
||||
},
|
||||
"typecheck": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": ".venv/bin/mypy alveslib"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": ".venv/bin/pytest alveslib -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user