Skip to content

Commit

Permalink
🔧 update config
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Apr 14, 2023
1 parent 41a01c6 commit 02838ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,16 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml

# ruff
.ruff_cache/

# LSP config files
pyrightconfig.json

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
Expand All @@ -486,20 +496,11 @@ cython_debug/
# Built Visual Studio Code Extensions
*.vsix

# Local History for Visual Studio Code
.history/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# Support for Project snippet scope
.vscode/*.code-snippets

# Ignore code-workspaces
*.code-workspace

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nb = "nb_cli.__main__:main"

[tool.pyright]
pythonPlatform = "All"
# reportPrivateImportUsage = false
reportPrivateImportUsage = false
reportShadowedImports = false
executionEnvironments = [
{ root = "./website", pythonVersion = "3.10" },
Expand Down

0 comments on commit 02838ae

Please sign in to comment.