Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDE config file included in package manifest

The new .claude/settings.json file is an IDE-specific configuration that should not be included in package distributions. It must be either added to .gitignore or to the ignore list in [tool.check-manifest] in pyproject.toml, otherwise the check-manifest pre-commit hook will fail because the file is tracked in git but not properly excluded.

Fix in Cursor Fix in Web