Skip to content
Open
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 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