Skip to content

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Dec 26, 2025

Note

Adds editor configuration for Claude.

  • Introduces .claude/settings.json to enable the pyright-lsp@claude-plugins-official plugin for Python type checking
  • No runtime or application code changes

Written by Cursor Bugbot for commit d014f5d. This will update automatically on new commits. Configure here.

"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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants