summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Define type for generic classesFederico Caselli2023-05-161-0/+6
* Added ``op.run_async``.Federico Caselli2023-05-121-1/+4
* Add Operations and BatchOperations stub methodsCaselIT2023-05-041-86/+217
* Improve typing.Federico Caselli2023-04-131-1/+2
* tooling: write_pyi.py: filter usage of raw-strings (rstrings)James Addison2023-04-121-1/+2
* Fix type annotation for `url`Viicos2023-04-021-0/+1
* Fix unknown types reported by pyrightCaselIT2023-03-101-1/+1
* Update docstring to suggest raw string (#1186)Tim Penhey2023-02-231-0/+3
* add overload stubs for proxied classesVincent Fazio2023-01-031-10/+53
* add typing parametersMike Bayer2022-11-151-5/+3
* Improve typingCaselIT2022-09-121-1/+4
* Annotate batch_alter_tableCaselIT2022-06-041-20/+18
* Various typing related updatesCaselIT2022-04-231-8/+48
* Added missing attributes from context stubs.CaselIT2021-09-141-3/+2
* Adds exception when trying to run write_pyi.py with Python < 3.9TilmanK2021-09-141-3/+10
* restore default values for keyword arguments in stubsMike Bayer2021-08-301-3/+1
* decouple pyproject.toml from the test suiteMike Bayer2021-08-261-2/+4
* append the path to write_pyi script.CaselIT2021-08-241-5/+8
* avoid importing ForwardRef that's py3.9+ onlyCaselIT2021-08-231-1/+2
* generate .pyi files for proxied classesMike Bayer2021-08-221-0/+195