Commit Graph

48 Commits

Author SHA1 Message Date
Eric Traut
ce813deed2 Implemented reportOptionalOperand switch.
Implemented stricter type checking related to binary and unary operations.
2019-04-19 23:33:01 -07:00
Eric Traut
9a08af039f Added "reportOptionalContextManager" config switch. 2019-04-18 19:59:59 -07:00
Eric Traut
2abd802fe6 Added new config feature: reportUntypedBaseClass. 2019-04-18 07:45:50 -07:00
Eric Traut
49a4f3452a Added new config option "reportPrivateUsage". 2019-04-16 19:03:39 -07:00
Eric Traut
1541046d7d Added configuration switch that enables reporting of import cycles. 2019-04-16 13:59:56 -07:00
Eric Traut
65239ba766 Added new config switch to control reporting of uses of Optional type as an iterable. 2019-04-15 23:14:39 -07:00
Eric Traut
21320b0288 Replaced --timing command-line switch with --stats, which prints out more information. 2019-04-14 17:44:44 -07:00
Eric Traut
f9aa0218d5 Added proper handling of class decorators.
Added reportUntypedClassDecorator option.
2019-04-12 23:51:22 -07:00
Eric Traut
b5d0299de3 Added support for retrieving search paths from configured python interpreter. 2019-04-09 00:38:54 -07:00
Eric Traut
4a6123d015 Tweaked documentation. 2019-04-06 15:07:20 -07:00
Eric Traut
cb860ed56f Added new "reportUntypedFunctionDecorator" setting to control whether untyped function decorators are reported. 2019-04-05 09:47:37 -07:00
Eric Traut
25a3b5b3a1 More improvements to markdown formatting. 2019-04-04 23:05:17 -07:00
Eric Traut
5af185c606 Improved formatting of exit codes table. 2019-04-04 23:04:01 -07:00
Eric Traut
3ddfe52302 Fixed (and documented) exit codes for command-line app.
Added --timing flag to conditionally report detailed timing stats.
2019-04-04 22:35:53 -07:00
Eric Traut
9c38d9fad4 Removed obsolete -P command-line parameter. 2019-04-04 21:52:10 -07:00
upa.ver.2.0
0c8db5709a
fix typo. 2019-04-03 22:22:58 +09:00
Eric Traut
b938498bb8 Moved code structure section from main README to internals documentation. 2019-04-01 19:46:51 -07:00
Eric Traut
d29e64aecf Added switches for reportOptionalSubscript, reportOptionalMemberAccess and reportOptionalCall. 2019-03-31 21:58:35 -07:00
freezestudio
3566b6b805
Update internals.md
The function is not written completely
2019-04-01 09:12:45 +08:00
Eric Traut
04217bda4c Added documentation about import resolution. 2019-03-31 12:28:24 -07:00
Eric Traut
bb4b846842 Removed support for pythonPath config file entry and VS Code setting. Added support for PYTHONPATH environment variable. The pythonPath setting were too confusing to users because VS Code’s pythonPath doesn't refer to the PYTHONPATH search paths; instead, it points to a python interpreter. 2019-03-31 12:28:23 -07:00
Eric Traut
2bbb496064 Added example of ignore setting in docs. 2019-03-30 19:41:58 -07:00
Eric Traut
1e47cbe1a7 Added support for "ignore" array in config. 2019-03-30 16:37:03 -07:00
Shweta Goyal
f7b2aa6250
Update command-line.md 2019-03-29 18:56:16 +05:30
Eric Traut
fe3b7069cf Added documentation for building and debugging. 2019-03-27 23:18:11 -07:00
Eric Traut
19f1250405
Merge pull request #25 from tamuhey/docs_configuration_venv
Add sample of vev configuration in docs.configuration
2019-03-26 22:22:39 -07:00
Yohei Tamura
8715d7424a add venv sample config 2019-03-27 04:19:27 +00:00
Eric Traut
cc261abf7c Renamed reportMissingStubFiles to reportMissingTypeStubs. 2019-03-26 19:49:50 -07:00
Eric Traut
0ba5a1a8cb Added support for a few configuration settings in VS Code that are common to the standard VS Code Python extension.
Added new setting "reprtMissingStubFiles".
2019-03-26 19:47:02 -07:00
Eric Traut
7e859f73d9 Fixed a couple of bugs in the docs. 2019-03-24 14:24:42 -07:00
Eric Traut
026a1f48c0 Added more documentation around the -v command-line switch. 2019-03-24 10:52:32 -07:00
Bruno P. Kinoshita
a862c98c6f Fix typos 2019-03-24 17:06:26 +13:00
Eric Traut
18ef5dfa06 Documented some of the internals of pyright. 2019-03-22 10:23:03 -07:00
Eric Traut
30b467e75c Updated logo and added icon for VS Code extension. 2019-03-21 20:00:47 -07:00
Eric Traut
24bc2ad86e A few updates to the docs. 2019-03-20 21:37:56 -07:00
Eric Traut
c8531cc9a9 Updated documentation. 2019-03-20 21:31:15 -07:00
Eric Traut
a505e4e606
Update command-line.md 2019-03-20 12:37:38 -07:00
Eric Traut
fcc9fc0ace
Update command-line.md 2019-03-20 12:36:45 -07:00
Eric Traut
22c8fe0fb2
Update command-line.md 2019-03-20 12:18:33 -07:00
Eric Traut
69d867b9e6
Update command-line.md 2019-03-20 12:14:19 -07:00
Eric Traut
4e24f414d9
Create command-line.md 2019-03-20 12:00:47 -07:00
Eric Traut
24ba66d87c
Delete command-line 2019-03-20 12:00:37 -07:00
Eric Traut
1f7a4c8457
Create command-line 2019-03-20 12:00:28 -07:00
Eric Traut
ceb8851d0a
Create configuration.md 2019-03-20 11:59:53 -07:00
Eric Traut
ee774dda8c
Delete index.md 2019-03-20 11:59:32 -07:00
Eric Traut
57f1c62c4b
Create index.md 2019-03-20 11:54:08 -07:00
Eric Traut
61bd3d4fac Updated logo 2019-03-12 15:19:01 -07:00
Eric Traut
66a03a9525 Added logo 2019-03-11 20:49:50 -07:00