chore: next

This commit is contained in:
Shubham Naik
2024-12-23 14:42:53 -08:00
parent 0f883e7c53
commit acddc01bb8

View File

@@ -47,6 +47,13 @@
"cwd": "apps/core"
}
},
"lint": {
"executor": "@nxlv/python:run-commands",
"options": {
"command": "poetry run isort --profile black . && poetry run black . && poetry run autoflake --remove-all-unused-imports --remove-unused-variables --in-place --recursive --ignore-init-module-imports .",
"cwd": "apps/core"
}
},
"database:migrate": {
"executor": "@nxlv/python:run-commands",
"options": {