Skip to content

Commit

Permalink
chore: bump mypy-ls from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [mypy-ls](https://github.com/Richardk2n/pyls-mypy) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/Richardk2n/pyls-mypy/releases)
- [Commits](python-lsp/pylsp-mypy@0.4.0...0.4.1)

---
updated-dependencies:
- dependency-name: mypy-ls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rchl committed Jul 2, 2021
1 parent 93c27a8 commit ef7da11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions LSP-pylsp.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"pylsp.plugins.pylint.enabled": false,
"pylsp.plugins.flake8.enabled": false,
"pylsp.plugins.mypy_ls.enabled": false,
"pylsp.plugins.mypy-ls.dmypy": false,
"pylsp.plugins.mypy-ls.live_mode": true,
"pylsp.plugins.mypy-ls.strict": false,
// --- Formatters -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-lsp-server[all]==1.1.0
python-lsp-black==1.0.0
pyls_isort==0.2.2
mypy-ls==0.4.0
mypy-ls==0.4.1
5 changes: 5 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@
"default": false,
"description": "Enable or disable the plugin."
},
"pylsp.plugins.mypy-ls.dmypy": {
"type": "boolean",
"default": false,
"markdownDescription": "Execute via `dmypy run` rather than `mypy`. This uses the `dmypy` daemon and may dramatically improve the responsiveness of the `pylsp` server, however this currently does not work in `live_mode`. Enabling this disables `live_mode`, even for conflicting configs."
},
"pylsp.plugins.mypy-ls.live_mode": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit ef7da11

Please sign in to comment.