Commit Graph

131 Commits

Author SHA1 Message Date
Eric Traut
8857f8931c Published 1.1.79 2020-10-13 19:12:11 -07:00
Jake Bailey
0fc1b5cf50
Update deps, fix call sig args, add plaintext doc support (#1096) 2020-10-12 16:10:25 -07:00
Eric Traut
d71e0901e5 Moved back to engine version 1.48 since 1.50 was just released. 2020-10-10 16:23:53 -07:00
Eric Traut
4adbf655a3 Added missing descriptor for "python.analysis.extraPaths" in Pyright VS Code extension. This caused VS Code to indicate that this setting wasn't known. 2020-10-10 11:21:44 -07:00
Eric Traut
a898265baa Updated dependencies to the latest. Bumped required VS Code version from 1.48 to 1.50 for Pyright VS Code extension. 2020-10-10 10:24:59 -07:00
Eric Traut
1844bdfd58 Revert "Updated typeshed to latest. Added commit.txt file to track the exact commit hash that was used."
This reverts commit 0b40310426.
2020-10-10 10:21:23 -07:00
Eric Traut
0b40310426 Updated typeshed to latest. Added commit.txt file to track the exact commit hash that was used. 2020-10-10 10:02:28 -07:00
Eric Traut
d10b561cb8 Fixed CI. 2020-10-06 17:35:08 -07:00
Eric Traut
ad0d94f3d7 Published 1.1.78 2020-10-06 17:26:54 -07:00
Eric Traut
a64d66212a Published 1.1.77 2020-10-05 09:07:40 -07:00
Eric Traut
5cb41a9a6c Published 1.1.76 2020-10-02 18:15:34 -07:00
Eric Traut
9cb9f7e3dd Published 1.1.75 2020-09-28 16:37:01 -07:00
Eric Traut
47e8ff3151 Published 1.1.74 2020-09-22 22:36:19 -07:00
Eric Traut
3ea87946db Published 1.1.73 2020-09-18 20:58:52 -07:00
Eric Traut
a73ed14fb8 Missed some version changes. 2020-09-16 07:29:51 -07:00
Eric Traut
006f5d60d1 Changed python.analysis.logLevel to use "Information" rather than "Info" for consistency with Python extension. 2020-09-14 14:44:18 -07:00
Eric Traut
cb70337366 Published 1.1.71 2020-09-13 15:10:24 -07:00
Eric Traut
f72711b07b Added support for new "reportWildcardImportFromLibrary" diagnostic rule that checks for the use of wildcard imports from non-local modules. By default, it is reported as a warning, but in strict mode it is an error. 2020-09-12 20:31:25 -07:00
Eric Traut
cbfb52c41b Added code to disable the Pyright extension when the Pylance extension is installed. 2020-09-10 23:53:33 -07:00
Eric Traut
7080c2d81e Published 1.1.70 2020-09-10 11:51:25 -07:00
Eric Traut
7bed1e1aaa Added support for PEP 585. Standard collection types defined in builtins can now be used like their typing counterparts. This includes "tuple", which needs special-case handling because its class definition in builtins.pyi indicates that it has a single type parameter, but it actually supports variadic parameters. 2020-09-08 14:24:28 -07:00
Eric Traut
d9e588c7af Published 1.1.69 2020-09-07 22:10:57 -07:00
Eric Traut
1e068c7af0 Updated README to include mention of PEP 563. 2020-09-07 15:51:53 -07:00
Eric Traut
42688cd0ba Published 1.1.68 2020-09-06 00:18:56 -07:00
Eric Traut
fc10d37761 Published 1.1.67 2020-09-05 20:11:20 -07:00
Eric Traut
cea376e59b Added new diagnostic rule "reportPropertyTypeMismatch" that verifies that the type of the input parameter to a property's setter is assignable to the return type of the getter. 2020-09-05 14:55:12 -07:00
Eric Traut
d1d132dc81 Published 1.1.66 2020-09-02 23:27:24 -07:00
Jake Bailey
9e231b1292
Extensibility updates in threading and fourslash, add completion context (#995) 2020-09-02 19:01:49 -07:00
Eric Traut
ee4f833005 Fixed default value of reportMissingModuleSource setting in JSON schema. It should be "warning", not "none". 2020-09-02 01:08:40 -07:00
Eric Traut
9e46548fc5 Added new "reportMissingTypeArgument" diagnostic rule and enabled it by default in "strict" mode. It generates a diagnostic when a generic class or generic type alias is used in an annotation with no type arguments provided. Also fixed a bunch of inaccurate settings defaults in pyright's package.json. 2020-09-01 15:59:31 -07:00
Jake Bailey
da39a2a78a
Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00