From acddc01bb83cbeb6f3c3fb7c734d45cbed218556 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Mon, 23 Dec 2024 14:42:53 -0800 Subject: [PATCH] chore: next --- project.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": {