Skip to content

Commit

Permalink
notes about pyrightconfig.json
Browse files Browse the repository at this point in the history
epwalsh committed Aug 2, 2023
1 parent fde7af1 commit f8974f1
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
@@ -16,6 +16,7 @@ pip-wheel-metadata/
.venv/
.vscode/
/*.iml
pyrightconfig.json


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

0 comments on commit f8974f1

Please sign in to comment.