Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
palantir
/
python-language-server
Public
Notifications
You must be signed in to change notification settings
Fork
297
Star
2.7k
Code
Issues
160
Pull requests
32
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
PR: Add mypy plugin to core plugins
- #838
#838
Open
steff456
wants to merge 58 commits into
palantir:develop
palantir/python-language-server:develop
from
steff456:add-mypy-plugin
steff456/spyder-pyls:add-mypy-plugin
Copy head branch name to clipboard
Conversation
Commits
58
(58)
Checks
Files changed
Open
PR: Add mypy plugin to core plugins
#838
steff456
wants to merge 58 commits into
palantir:develop
palantir/python-language-server:develop
from
steff456:add-mypy-plugin
steff456/spyder-pyls:add-mypy-plugin
Copy head branch name to clipboard
Commits
Commits on Aug 8, 2017
Initial commit
tomv564
committed
b593e81
View commit details
Copy full SHA for b593e81
Browse repository at this point
initial commit
tomv564
committed
3020e30
View commit details
Copy full SHA for 3020e30
Browse repository at this point
Add readme
tomv564
committed
300cafc
View commit details
Copy full SHA for 300cafc
Browse repository at this point
Rename to readme
tomv564
committed
a04eaa9
View commit details
Copy full SHA for a04eaa9
Browse repository at this point
Update readme
tomv564
committed
ef1b5d4
View commit details
Copy full SHA for ef1b5d4
Browse repository at this point
Add note about cloning and install until package is published
tomv564
committed
630ac5e
View commit details
Copy full SHA for 630ac5e
Browse repository at this point
Clean up old test content
tomv564
committed
93be6ac
View commit details
Copy full SHA for 93be6ac
Browse repository at this point
Remove copyright notices
tomv564
committed
a60e7d0
View commit details
Copy full SHA for a60e7d0
Browse repository at this point
Remove mypy as optional dependency
tomv564
committed
62ebafa
View commit details
Copy full SHA for 62ebafa
Browse repository at this point
Also strip message field
tomv564
committed
8c81ffb
View commit details
Copy full SHA for 8c81ffb
Browse repository at this point
Parse mypy result with regex
tomv564
committed
be5843a
View commit details
Copy full SHA for be5843a
Browse repository at this point
Handle results without line or column
tomv564
committed
bf163ac
View commit details
Copy full SHA for bf163ac
Browse repository at this point
Update installation instructions
tomv564
committed
888d4f9
View commit details
Copy full SHA for 888d4f9
Browse repository at this point
Commits on Aug 13, 2017
add manifest to include required files
tomv564
committed
c3b5a04
View commit details
Copy full SHA for c3b5a04
Browse repository at this point
Commits on Aug 29, 2017
Don't default strictness options on command line
tomv564
committed
e594a57
View commit details
Copy full SHA for e594a57
Browse repository at this point
Commits on May 25, 2018
message contains now quotes in pyls 0.18.0
Show description for 4c72712
Mic92
committed
4c72712
View commit details
Copy full SHA for 4c72712
Browse repository at this point
Commits on May 28, 2018
Merge pull request #10 from Mic92/fix-plugin-test
Show description for 6cf5aec
tomv564
authored
6cf5aec
View commit details
Copy full SHA for 6cf5aec
Browse repository at this point
Commits on Jun 10, 2018
Add travis config
tomv564
committed
f674023
View commit details
Copy full SHA for f674023
Browse repository at this point
Install flake8, remove old unittest cmd
tomv564
committed
b86d6c4
View commit details
Copy full SHA for b86d6c4
Browse repository at this point
Fix long lines
tomv564
committed
5ce0ce4
View commit details
Copy full SHA for 5ce0ce4
Browse repository at this point
Add badge
tomv564
committed
8eee89e
View commit details
Copy full SHA for 8eee89e
Browse repository at this point
Use RST for badge
tomv564
committed
9a301f2
View commit details
Copy full SHA for 9a301f2
Browse repository at this point
Add pypi badge
tomv564
committed
1663ada
View commit details
Copy full SHA for 1663ada
Browse repository at this point
Remove future and configparser from install_requires
tomv564
committed
78a7301
View commit details
Copy full SHA for 78a7301
Browse repository at this point
Commits on Jun 16, 2018
Highlight the word at the point Mypy flags it
Show description for 985cd8a
Rami Chowdhury
committed
985cd8a
View commit details
Copy full SHA for 985cd8a
Browse repository at this point
Commits on Jun 21, 2018
Add some tests for how word_at_position might react
Rami Chowdhury
committed
8e50bc8
View commit details
Copy full SHA for 8e50bc8
Browse repository at this point
Merge pull request #11 from necaris/feat/highlight-flagged-word
Show description for 285fd99
tomv564
authored
285fd99
View commit details
Copy full SHA for 285fd99
Browse repository at this point
Commits on Aug 6, 2018
Add '--follow-imports silent' to mypy invocation
Show description for 83df547
eliwe
authored
83df547
View commit details
Copy full SHA for 83df547
Browse repository at this point
Commits on Sep 14, 2018
Finalize entire word highlighting
st4lk
committed
189833c
View commit details
Copy full SHA for 189833c
Browse repository at this point
Commits on Oct 29, 2018
Merge pull request #12 from eliwe/master
Show description for 320ab50
tomv564
authored
320ab50
View commit details
Copy full SHA for 320ab50
Browse repository at this point
Merge pull request #13 from st4lk/finalize-entire-work-highlight
Show description for d169c25
tomv564
authored
d169c25
View commit details
Copy full SHA for d169c25
Browse repository at this point
Exclude versioneer from escape code inspection
tomv564
committed
d5dc4b3
View commit details
Copy full SHA for d5dc4b3
Browse repository at this point
Add live_mode=false option to only check saved document
tomv564
committed
a595d6a
View commit details
Copy full SHA for a595d6a
Browse repository at this point
Fix test
tomv564
committed
0e7ec60
View commit details
Copy full SHA for 0e7ec60
Browse repository at this point
lint fixes
tomv564
committed
c70ca23
View commit details
Copy full SHA for c70ca23
Browse repository at this point
Commits on Apr 12, 2019
Fix mypy==0.700 compatibility.
Show description for d3e4991
singulared
committed
d3e4991
View commit details
Copy full SHA for d3e4991
Browse repository at this point
Merge pull request #21 from singulared/master
Show description for e488270
tomv564
authored
e488270
View commit details
Copy full SHA for e488270
Browse repository at this point
Commits on Sep 16, 2019
Exclude errors from other files when using follow-imports
Show description for 0cac94d
tomv564
committed
0cac94d
View commit details
Copy full SHA for 0cac94d
Browse repository at this point
Commits on Oct 1, 2019
Update README.rst
tomv564
authored
83aa872
View commit details
Copy full SHA for 83aa872
Browse repository at this point
Commits on Oct 2, 2019
Fix diagnostics start position
AmjadHD
committed
3cf9973
View commit details
Copy full SHA for 3cf9973
Browse repository at this point
Commits on Oct 3, 2019
Merge pull request #31 from AmjadHD/master
Show description for e5ca814
tomv564
authored
e5ca814
View commit details
Copy full SHA for e5ca814
Browse repository at this point
When live_mode is off, only lint when document is saved
tomv564
committed
8447538
View commit details
Copy full SHA for 8447538
Browse repository at this point
Commits on Oct 4, 2019
Moved the metadata to setup.cfg
KOLANICH
committed
f719b12
View commit details
Copy full SHA for f719b12
Browse repository at this point
Commits on Oct 5, 2019
Fix test
tomv564
committed
c1f2f55
View commit details
Copy full SHA for c1f2f55
Browse repository at this point
Fix readme code block
tomv564
committed
8ad660a
View commit details
Copy full SHA for 8ad660a
Browse repository at this point
Commits on Oct 21, 2019
Added support for 'strict' setting
Edoardo Morandi
committed
c714fa3
View commit details
Copy full SHA for c714fa3
Browse repository at this point
Commits on Oct 26, 2019
Merge pull request #33 from dodomorandi/strict_support
Show description for fbc830f
tomv564
authored
fbc830f
View commit details
Copy full SHA for fbc830f
Browse repository at this point
Commits on Mar 14, 2020
Install and use future only if python2
e-kwsm
committed
2949582
View commit details
Copy full SHA for 2949582
Browse repository at this point
Merge pull request #32 from KOLANICH/setup.cfg
Show description for b02babf
tomv564
authored
b02babf
View commit details
Copy full SHA for b02babf
Browse repository at this point
Merge pull request #38 from e-kwsm/future
Show description for 3b105b4
tomv564
authored
3b105b4
View commit details
Copy full SHA for 3b105b4
Browse repository at this point
Commits on Jul 23, 2020
merge pyls-mypy with pyls
steff456
committed
22dd48c
View commit details
Copy full SHA for 22dd48c
Browse repository at this point
add mypy plugin in the core plugins of pyls
steff456
committed
1883b3a
View commit details
Copy full SHA for 1883b3a
Browse repository at this point
Commits on Aug 3, 2020
Avoid loading third party plugin for mypy
steff456
committed
454509e
View commit details
Copy full SHA for 454509e
Browse repository at this point
Unpin mypy version
steff456
committed
ef46994
View commit details
Copy full SHA for ef46994
Browse repository at this point
fix typo
steff456
committed
f12ce3c
View commit details
Copy full SHA for f12ce3c
Browse repository at this point
fix tests
steff456
committed
7dd99f5
View commit details
Copy full SHA for 7dd99f5
Browse repository at this point
remove python 2 from matrix in appveyor
steff456
committed
68f9afc
View commit details
Copy full SHA for 68f9afc
Browse repository at this point
move tests to python 3 in circleci
steff456
committed
c795881
View commit details
Copy full SHA for c795881
Browse repository at this point
You can’t perform that action at this time.