Sohang Chopra
|
da187a99a6
|
Add stubs for Flask-SocketIO (#10735)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2023-09-25 10:52:17 +01:00 |
|
David Salvisberg
|
ae9d22574e
|
Add stubs for requests-oauthlib (#10658)
|
2023-09-11 16:20:11 +02:00 |
|
Akuli
|
a785041250
|
create_baseline_stubs.py: Improve pyright config file editing (#10629)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-08-30 17:43:46 +03:00 |
|
treasuryspring
|
ef63aec06b
|
Add stubs for workalendar (#10614)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2023-08-25 22:55:02 +03:00 |
|
Nikita Sobolev
|
474ad1c70e
|
Remove babel stubs (#10524)
|
2023-08-01 09:12:33 +01:00 |
|
PyHedgehog
|
7a00c25959
|
Add stubs for click-default-group (#9304)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
|
2023-07-22 20:21:37 +01:00 |
|
Sebastian Rittau
|
a04cb3b058
|
Add stubs for qrcode (#10380)
|
2023-07-20 14:36:20 +02:00 |
|
Nikita Sobolev
|
e7ba0327e1
|
Remove SQLAlchemy stubs (#10389)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2023-07-08 10:24:59 +01:00 |
|
Nikita Sobolev
|
ae5b28ff37
|
Stricter pyright checks for inifile (#10382)
|
2023-06-28 22:57:25 +01:00 |
|
Alex Waygood
|
c63dd5941f
|
Improve how we run pyright in CI (#10258)
Avoid using the deprecated `--venv-path` command-line argument
|
2023-06-23 09:26:19 +01:00 |
|
Oscar
|
aeb3bf7099
|
Add pexpect stubs (#10300)
|
2023-06-21 14:03:27 +02:00 |
|
David Salvisberg
|
df795220a3
|
Add stubs for WebOb (#9874)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2023-06-18 07:32:49 -07:00 |
|
Alexander Burchenko
|
46de19d2cf
|
add boltons (#8892)
Co-authored-by: Andrey Maslennikov <andrew.maslennikov@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2023-06-07 07:54:37 +01:00 |
|
Jeff Dairiki
|
89a22f9912
|
Add stubs for inifile (#10270)
|
2023-06-06 20:41:07 -07:00 |
|
Alex Waygood
|
d208d5a833
|
Pyright: create a more isolated environment in CI for testing stubs (#10121)
|
2023-05-01 19:02:45 +01:00 |
|
Avasam
|
fb4bf034f3
|
Add fixers to lib2to3 (#10003)
|
2023-04-27 21:56:56 -07:00 |
|
Nikita Sobolev
|
4b04bf49bb
|
Remove stubs for prettytable (#9988)
|
2023-04-01 10:39:17 +01:00 |
|
Avasam
|
a6c6bc1b8e
|
Fix stdlib/disutils testing (#9734)
|
2023-02-21 08:06:20 +00:00 |
|
Avasam
|
965b3108fe
|
Further improve and simplify pyright configuration (#9714)
|
2023-02-12 22:42:23 +01:00 |
|
Nikita Sobolev
|
62c54da134
|
Complete python-crontab (#9306)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2023-02-07 05:21:06 -08:00 |
|
Alex Waygood
|
60789273a2
|
Improve pyright verification of third-party test cases in CI (#9650)
Co-authored-by: Avasam <samuel.06@hotmail.com>
|
2023-02-07 11:53:54 +00:00 |
|
Alex Waygood
|
e2d67bf703
|
Delete stubs for cryptography (#9459)
Typeshed's stubs for `paramiko` and `pyOpenSSL` now depend on the `cryptography` package, which now provides inline types at runtime
|
2023-01-10 22:16:11 +00:00 |
|
Avasam
|
b5048a00e6
|
Add stubs for pyasn1 (#9437)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2023-01-06 18:25:48 +00:00 |
|
Sebastian Rittau
|
3e00c01ca6
|
Add stubs for influxdb-client (#9429)
|
2022-12-30 14:54:56 -08:00 |
|
Avasam
|
23ac9bff19
|
Check for unused pyright: ignore and differentiate from mypy ignores (#9397)
|
2022-12-28 10:44:29 +00:00 |
|
Sebastian Rittau
|
0cf685cc17
|
Fully annotate ExifRead (#9403)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-12-27 17:46:54 +00:00 |
|
Sebastian Rittau
|
db6644790b
|
Initial ExifRead stubs (#9401)
|
2022-12-23 12:37:44 +01:00 |
|
Nikita Sobolev
|
91c72cffd1
|
Remove dockerfile-parse from pyright's exclude (#9310)
Remove unnecessary dependency on types-six
|
2022-12-01 13:05:57 +00:00 |
|
PyHedgehog
|
87d2683ef9
|
Add stubs for dockerfile-parse (#9305)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2022-11-30 22:27:40 +00:00 |
|
Avasam
|
4a6d277733
|
Simplify pyrightconfigs by removing redundant keys (#9293)
|
2022-11-28 18:35:35 +00:00 |
|
kasium
|
ed52f68e53
|
Add stubs for flask-migrate (#8967)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-11-22 16:18:30 +00:00 |
|
Nikita Sobolev
|
e1aa4d5285
|
Add types to multiprocessing/reduction.pyi (#9171)
|
2022-11-22 14:02:14 +00:00 |
|
Sebastian Rittau
|
ebb5bddbdc
|
Initial pika stubs (#9200)
|
2022-11-21 19:31:21 +01:00 |
|
Nikita Sobolev
|
a948ef02d5
|
Finish slumber annotations (#9237)
|
2022-11-21 17:48:46 +01:00 |
|
Nikita Sobolev
|
0f33721c52
|
Remove sqlite3/dbapi2.pyi from pyright excludelist (#9148)
|
2022-11-11 12:00:19 +00:00 |
|
Nikita Sobolev
|
5751b467e0
|
Remove ssl_match_hostname from pyright exclude (#9116)
|
2022-11-06 14:02:24 -08:00 |
|
Nikita Sobolev
|
4bff3e240b
|
Remove annoy from pyright excludelist (#9114)
|
2022-11-06 19:45:25 +00:00 |
|
Nikita Sobolev
|
449d8254d6
|
Remove aiofiles/aiofiles/threadpool/utils.pyi from pyright exclude (#9113)
|
2022-11-06 19:19:10 +00:00 |
|
Nikita Sobolev
|
10f05d3fb6
|
Remove aiofiles/tempfile/temptypes.pyi from pyright exclude (#9104)
|
2022-11-05 07:10:50 -07:00 |
|
Nikita Sobolev
|
1d37b54441
|
Remove Send2Trash from pyright's exclude (#8944)
|
2022-11-03 13:41:37 -07:00 |
|
Nikita Sobolev
|
b91ebd3096
|
Remove pytz from pyrights exclude (#9041)
|
2022-10-31 21:08:41 -07:00 |
|
Nikita Sobolev
|
45ccfbc9f3
|
Remove tree-sitter from pyright's exclude (#8946)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2022-10-24 09:48:54 -07:00 |
|
Shantanu
|
19f57a6e57
|
Remove tzlocal from pyright's exclude (#8969)
|
2022-10-23 14:30:57 +02:00 |
|
Nikita Sobolev
|
7ed599e848
|
Remove parts of tkinter from pyright exclude (#8958)
|
2022-10-21 19:18:04 +03:00 |
|
Nikita Sobolev
|
918f2266da
|
Remove editdistance from pyright's exclude (#8941)
|
2022-10-20 07:15:09 -07:00 |
|
Nikita Sobolev
|
c7983ec8d5
|
Remove mock from pyright's exclude (#8942)
|
2022-10-20 07:11:11 -07:00 |
|
Nikita Sobolev
|
b0b0cc6474
|
Remove pyvmomi from pyright's exclude (#8943)
|
2022-10-20 07:10:34 -07:00 |
|
Nikita Sobolev
|
4276136d7a
|
Remove simplejson from pyright's exclude (#8945)
|
2022-10-20 13:22:15 +01:00 |
|
Nikita Sobolev
|
8a7cb1396a
|
Remove some packages from pyright's exclude: they are correct (#8948)
|
2022-10-20 10:19:53 +01:00 |
|
Nikita Sobolev
|
27d4113779
|
Remove consolemenu from pyright's exclude (#8940)
|
2022-10-20 09:32:04 +01:00 |
|