Skip to content

Commit

Permalink
notes about pyrightconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Aug 2, 2023
1 parent fde7af1 commit f8974f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pip-wheel-metadata/
.venv/
.vscode/
/*.iml
pyrightconfig.json


# jupyter notebooks
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8974f1

Please sign in to comment.