From f8974f123ff34e2d620f9f41e8b6281872e950aa Mon Sep 17 00:00:00 2001 From: epwalsh Date: Wed, 2 Aug 2023 16:42:27 -0700 Subject: [PATCH] notes about pyrightconfig.json --- .gitignore | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a25a8dc..8d3db15 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ pip-wheel-metadata/ .venv/ .vscode/ /*.iml +pyrightconfig.json # jupyter notebooks diff --git a/pyproject.toml b/pyproject.toml index 8811f2e..9a534e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,7 @@ exclude = ''' profile = "black" multi_line_output = 3 +# You can override these pyright settings by adding a personal pyrightconfig.json file. [tool.pyright] reportPrivateImportUsage = false