-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: python-lsp/pylsp-mypy
base: 0.6.2
head repository: python-lsp/pylsp-mypy
compare: master
Commits on Jul 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 574c28e - Browse repository at this point
Copy the full SHA 574c28eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cdf1aa - Browse repository at this point
Copy the full SHA 6cdf1aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d3b28 - Browse repository at this point
Copy the full SHA c9d3b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49edaeb - Browse repository at this point
Copy the full SHA 49edaebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0cac4 - Browse repository at this point
Copy the full SHA 3d0cac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a47bf3 - Browse repository at this point
Copy the full SHA 1a47bf3View commit details
Commits on Jul 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcb77d1 - Browse repository at this point
Copy the full SHA bcb77d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1bd61 - Browse repository at this point
Copy the full SHA 5c1bd61View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 03975b7 - Browse repository at this point
Copy the full SHA 03975b7View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e5bfb9 - Browse repository at this point
Copy the full SHA 2e5bfb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae88f1d - Browse repository at this point
Copy the full SHA ae88f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b86ab - Browse repository at this point
Copy the full SHA d3b86abView commit details
Commits on Oct 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20db63a - Browse repository at this point
Copy the full SHA 20db63aView commit details -
Merge pull request #40 from rchl/fix/generic-error
Expose generic mypy error as a diagnostic
Configuration menu - View commit details
-
Copy full SHA for f12354d - Browse repository at this point
Copy the full SHA f12354dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cf8f4 - Browse repository at this point
Copy the full SHA 81cf8f4View commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f6e5d2 - Browse repository at this point
Copy the full SHA 0f6e5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce1a62 - Browse repository at this point
Copy the full SHA 2ce1a62View commit details -
mypy now enables "--show-error-code" by default.
Configuration menu - View commit details
-
Copy full SHA for 99cf687 - Browse repository at this point
Copy the full SHA 99cf687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bf7b6 - Browse repository at this point
Copy the full SHA 94bf7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67209ba - Browse repository at this point
Copy the full SHA 67209baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5203947 - Browse repository at this point
Copy the full SHA 5203947View commit details -
Co-authored-by: StabbarN <921390+StabbarN@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7fc6229 - Browse repository at this point
Copy the full SHA 7fc6229View commit details -
Co-authored-by: StabbarN <921390+StabbarN@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b70857 - Browse repository at this point
Copy the full SHA 8b70857View commit details -
Merge pull request #45 from tyoung-patreon/dmypy-fixes
Use status and restart for dmypy
Configuration menu - View commit details
-
Copy full SHA for 1c5a336 - Browse repository at this point
Copy the full SHA 1c5a336View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b21f5af - Browse repository at this point
Copy the full SHA b21f5afView commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for adf1572 - Browse repository at this point
Copy the full SHA adf1572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ed04d - Browse repository at this point
Copy the full SHA 93ed04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e3750 - Browse repository at this point
Copy the full SHA a4e3750View commit details
Commits on Dec 31, 2022
-
Create new config option 'config_names'
This configuration option allows us to specify additional configuration file names under which the mypy config could be found.
Configuration menu - View commit details
-
Copy full SHA for 36e6bf3 - Browse repository at this point
Copy the full SHA 36e6bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be14272 - Browse repository at this point
Copy the full SHA be14272View commit details
Commits on Jan 3, 2023
-
Merge pull request #42 from hetmankp/master
Create new config option 'config_sub_paths'
Configuration menu - View commit details
-
Copy full SHA for 4de3d2d - Browse repository at this point
Copy the full SHA 4de3d2dView commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73efe73 - Browse repository at this point
Copy the full SHA 73efe73View commit details -
Co-authored-by: Rafał Chłodnicki <rchl2k@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33087a2 - Browse repository at this point
Copy the full SHA 33087a2View commit details -
Merge pull request #48 from syphar/progress-reports
add simple progress reporting
Configuration menu - View commit details
-
Copy full SHA for 8ab82ea - Browse repository at this point
Copy the full SHA 8ab82eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7237723 - Browse repository at this point
Copy the full SHA 7237723View commit details
Commits on Jan 18, 2023
-
Fix #52. Remove stray output from dmypy
There shouldn't be any output to stdout as this will mess the message stream when pylsp is running in stdout mode.
Configuration menu - View commit details
-
Copy full SHA for 474ad1c - Browse repository at this point
Copy the full SHA 474ad1cView commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cba6353 - Browse repository at this point
Copy the full SHA cba6353View commit details -
Merge pull request #53 from lieryan/lieryan-fix-stray-stdout-from-dmypy
Remove stray output from dmypy
Configuration menu - View commit details
-
Copy full SHA for 2b966ac - Browse repository at this point
Copy the full SHA 2b966acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90523f6 - Browse repository at this point
Copy the full SHA 90523f6View commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77070a0 - Browse repository at this point
Copy the full SHA 77070a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0003369 - Browse repository at this point
Copy the full SHA 0003369View commit details -
Configuration menu - View commit details
-
Copy full SHA for c69be93 - Browse repository at this point
Copy the full SHA c69be93View commit details -
Configuration menu - View commit details
-
Copy full SHA for deaa7b5 - Browse repository at this point
Copy the full SHA deaa7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20cbcfa - Browse repository at this point
Copy the full SHA 20cbcfaView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ad251f - Browse repository at this point
Copy the full SHA 0ad251fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c055d36 - Browse repository at this point
Copy the full SHA c055d36View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2536f7 - Browse repository at this point
Copy the full SHA a2536f7View commit details -
Merge pull request #60 from gashihiko/fix/decode-error-on-non-utf-8-e…
…nvironment Fix decode error on non-utf8 environments
Configuration menu - View commit details
-
Copy full SHA for 6fd72c3 - Browse repository at this point
Copy the full SHA 6fd72c3View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce0adbf - Browse repository at this point
Copy the full SHA ce0adbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccd7ee - Browse repository at this point
Copy the full SHA 5ccd7eeView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.