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