diff --git a/project.json b/project.json index 9fbcd3a9..18b70617 100644 --- a/project.json +++ b/project.json @@ -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": {