Avasam
Avasam
Add binary files to stubgen blacklisted path. `.so` for Linux and macOS. `.dll` for Windows. Fixes #14028 References: https://github.com/python/typeshed/tree/main/stubs/pywin32 and https://github.com/python/typeshed/tree/main/stubs/tree-sitter-languages/%40tests
This format allows editors and terminals that support linking to specific lines in files to go directly to the right line. Before:   After:  
## Description Since both projects are under the Microsoft organization, it made sense to open a reminder here. Open a PR to delete https://github.com/microsoft/python-type-stubs/tree/main/lightgbm once a typed version of LightGBM...
**Describe the solution you'd like** A clear and concise description of what you want to happen. If side-effects cannot be analysed (or are analyzed as "maybe"), could pycln still remove...
**Describe the bug** A clear and concise description of what the bug is. There's star imports of C wrapped modules in the codebase. If I tell pycln to not expand...
Added type hint comments and `py.typed` marker as per PEP 561 to allow type-checkers to validate usage of EWMH's API. Type comments allow to keep compatibility with python < 3.5....
``` File "/home/avasam/.local/lib/python3.9/site-packages/ewmh/ewmh.py", line 257, in getClientListStacking return [self._createWindow(w) TypeError: 'NoneType' object is not iterable ``` It seems `self._getProperty('_NET_CLIENT_LIST_STACKING')` returns `None` in a WSLg environment.
### Expected behaviour A link to a working donation platform, or no link at all ### Actual behaviour #940 Added a link to https://www.indiegogo.com/projects/opencv-5-support-non-profit-open-source-cv-ai#/, but the campaign is closed ...
When trying to use the `map` class in a type stub, I get the following errors: 1. `pytype.pytd.visitors.SymbolLookupError: Couldn't find map in ` `some.module` This can be worked around by...
Running mypy on a script that uses pytype results in the following: ``` tests/pytype_test.py:22: error: Skipping analyzing "pytype": module is installed, but missing library stubs or py.typed marker [import] tests/pytype_test.py:23:...