issues
search
python-lsp
/
pylsp-mypy
Mypy plugin for the Python LSP Server.
MIT License
129
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow customization of mypy executable path
#96
achimnol
closed
2 days ago
0
Support custom mypy path
#95
achimnol
opened
4 days ago
4
Fix typos
#94
dargor
closed
2 days ago
1
How to make plugin work with brew installed python-lsp-server
#93
ssiccha
closed
1 month ago
1
improve(other linter hook waits for mypy analysis to end) : try to ru…
#92
KMohZaid
closed
1 month ago
2
Allow setting mypy/dmypy commands via config
#91
heindsight
closed
1 month ago
4
Support for mypy plugins installed in project
#90
vrslev
closed
1 month ago
9
Cannot start pylsp-mypy
#89
ubaldot
closed
2 months ago
7
`dmypy` is not killed when python-lsp exits
#88
itaranto
opened
3 months ago
5
pylsp-mypy not recognizing correct Python version
#87
yanniskatsaros
closed
3 months ago
2
Automatic installation of stubs
#86
Susensio
closed
1 month ago
1
Document the enduser feature pylsp-mypy provide to python-lsp-server
#85
LuisBL
opened
6 months ago
1
"Cannot find implementation or library stub for module named" error has been persisten with neovim's lspconfig.
#84
MKrbm
closed
1 month ago
9
Force not pretty output
#83
vusalalishov
closed
4 months ago
2
Remove '--follow-imports silent' from mypy args
#82
allisonkarlitskaya
closed
2 months ago
9
default config causes mypy cache invalidation due to `--follow-imports silent`
#81
allisonkarlitskaya
closed
1 month ago
4
Noob question: How do I install pylsp_mypy in Neovim with Mason?
#80
PhilippFeO
closed
7 months ago
1
Handle custom `overrides` which may not include `show_column_numbers` or `show_error_end` settings
#79
snejus
opened
8 months ago
5
Add configuration via lsp guide to README
#78
LaurenceWarne
closed
3 months ago
8
Use relative path when calling dmypy
#77
pbui-patreon
closed
10 months ago
0
Add mypy's error code to the error diagnostic message
#76
lieryan
closed
1 month ago
5
Run dmypy against the whole workspace
#75
delfick
closed
10 months ago
1
Only require tomli in old Python versions
#74
jspricke
closed
10 months ago
0
Fix plugin for long file paths with projects using mypy pretty formatting
#73
metropetrol
closed
1 year ago
3
Catch mypy diagnostics which omit start column/end ranges
#72
HealsCodes
closed
1 year ago
1
Add `exclude` option to pylsp-mypy configuration
#71
maerteijn
closed
1 year ago
10
fix: neovim lspconfig settings name
#70
KMIJPH
closed
1 year ago
1
how to extract type information?
#69
code2graph
closed
1 year ago
1
add regex pattern matching to exclude documents from type checking
#68
MrGreenTea
closed
1 year ago
2
Feature request: configuration to not check certain modules/files with mypy
#67
MrGreenTea
closed
1 year ago
7
Diagnostic message cutoff
#66
tleplaearthur
closed
1 year ago
2
Fix dmypy crash: The `document.path` isn't needed for dmypy's `run` command
#65
StabbarN
closed
1 year ago
5
Clean up dmypy daemon created in test.
#64
tjni
closed
1 year ago
3
Feature request: Support type information
#63
jjlee
opened
1 year ago
1
Add error end functionality
#62
AntonVucinic
closed
1 year ago
5
Add support for error end locations
#61
AntonVucinic
closed
1 year ago
1
Fix decode error on non-utf8 environments
#60
gashihiko
closed
1 year ago
3
Unit test failure if `~/.config/mypy/config` exists
#59
Wuestengecko
opened
1 year ago
1
`toml` unable to parse value of `overrides` option
#58
lxnn
closed
1 year ago
3
cached lookup of mypy executable/venv based on document.path and workspace
#57
petergaultney
closed
1 month ago
2
How to install Django stubs to python-lsp-server mypy plugin
#56
jhartum
closed
1 year ago
6
Prepend `dirname(sys.executable)` to the `PATH` environment variable
#54
kshramt
closed
4 months ago
1
Remove stray output from dmypy
#53
lieryan
closed
1 year ago
2
pylsp died whenever dmypy is enabled
#52
lieryan
closed
1 year ago
2
Implementation of `config_sub_paths` does not work with editor integration
#51
hetmankp
closed
1 year ago
2
typing Django problem(can't find Django stubs)
#50
jhartum
closed
1 year ago
1
Bug: Failed to load hook pylsp_lint: 'utf-8' codec can't decode byte 0xb5 in position 3
#55
KagaJiankui
closed
1 year ago
10
Thoughts on Incremental Mode
#49
StabbarN
closed
1 year ago
2
add simple progress reporting
#48
syphar
closed
1 year ago
21
[Feature Request] Support dmypy `--status-file` flag
#47
Jasha10
closed
1 year ago
6
Next