From 4ab03dcebaa3b113581db3023551ca4eb2fd3f81 Mon Sep 17 00:00:00 2001 From: LeonieFreisinger <76744817+LeonieFreisinger@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:10:29 -0800 Subject: [PATCH] remove pyrights config since it is not integrated yet --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index faba6d4..e1de182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,3 @@ exclude = ''' [tool.isort] profile = "black" line_length = 120 - -[tool.pyright] -include = ["neuralprophet/configure.py"]