Skip to content

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Dec 26, 2025

Note

Adds Claude workspace settings to enable Python type-checking via the pyright-lsp@claude-plugins-official plugin.

  • Introduces .claude/settings.json with enabledPlugins configuration for pyright-lsp

Written by Cursor Bugbot for commit 92831fd. 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 settings file accidentally committed in dependency PR

The PR is titled "Bump dependencies" but the only change adds a .claude/settings.json file that enables the pyright-lsp plugin. This appears to be a personal IDE/tool configuration file unrelated to dependency updates, likely committed accidentally. The .claude/ directory is not in .gitignore, so this local settings file would be tracked in version control.

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