Находки в опенсорсе: Python
@opensource_findings_python
709
subscribers
2
photos
78
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
709 subscribers
Находки в опенсорсе: Python
https://github.com/python/mypy/issues/19108
#mypy
#typing
GitHub
Enable --pretty by default · Issue #19108 · python/mypy
Feature Enable --pretty by default. --no-pretty can still be used to get more concise error messages (it already works, so no need to implement it). --pretty causes mypy to show the line with the e...
Находки в опенсорсе: Python
https://github.com/python/mypy/issues/19107
#mypy
#typing
GitHub
Ensure syntax error messages are capitalized · Issue #19107 · python/mypy
Feature When there is a syntax error, the error message has often a lower-case initial letter: $ mypy -c 'x y' <string>:1: error: invalid syntax [syntax] Found 1 error in 1 file (erro...
😁
1
Находки в опенсорсе: Python
https://github.com/python/typeshed/issues/14168
#typeshed
#typing
GitHub
`tarfile.TarFile` has several missing overloads · Issue #14168 · python/typeshed
Right now TarFile.__init__ is defined as: typeshed/stdlib/tarfile.pyi Lines 128 to 132 in c7e29ec def __init__( self, name: StrOrBytesPath | None = None, mode: Literal["r", "a",...
😨
1
Находки в опенсорсе: Python
https://github.com/python/typeshed/issues/14177
#typing
#typeshed
GitHub
mypy CI fails with `geopandas` error · Issue #14177 · python/typeshed
Link: https://github.com/python/typeshed/actions/runs/15279387776/job/42974250437 testing geopandas (25 files)... failure (exit code 1) stubs/geopandas/geopandas/geoseries.pyi:152: error: Cannot ov...
Находки в опенсорсе: Python
https://github.com/dry-python/returns/issues/2177
#dry_python
#typing
GitHub
Feature request: add bool conversion to `Maybe` · Issue #2177 · dry-python/returns
Refs: #874. Currently, Maybe type doesn't have special methods for being treated as bools, so any Maybe object is True in Python. However, I find that it doesn't fit well in Python idioms. ...
👍
2