Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin for syntax error detection with Jedi #875

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

danzvara
Copy link

This adds a plugin for accessing Jedi's syntax error detection. From v0.17.0 Jedi provides Script.get_syntax_errors to display syntax errors (they only support Syntax and Indent error right now), so I thought it would be nice to have this included in PYLS.
It's my first PR here, so apologize if I forgot about something obvious, appreciate any comments/suggestions! :)

@palantirtech
Copy link
Member

Thanks for your interest in palantir/python-language-server, @danzvara! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

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.

None yet

2 participants