привет! теперь все сообщения отсюда автоматически отправляются в чат @opensource_findings_chat, чтобы всем было удобно :)
https://github.com/wemake-services/wemake-python-styleguide/issues/3397
#ast #wemake_python_styleguide
#ast #wemake_python_styleguide
GitHub
WPS432 should ignore literal types · Issue #3397 · wemake-services/wemake-python-styleguide
Rule request (I am not sure whether this is a bug or a rule request, sorry if I picked the wrong one.) Thesis WPS432 currently is applied to magic numbers within literal types. foobar: Literal[9001...
Продолжаем готовить релиз
https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
5.2.0
🎉https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
GitHub
[5.2] Fix `django.template.autoreload` module · Issue #2630 · typeddjango/django-stubs
stubtest report this module as missing: error: django.template.autoreload failed to find stubs Stub: MISSING Runtime: <module 'django.template.autoreload' from '/opt/hostedtoolcache/...
https://github.com/wemake-services/django-test-migrations/issues/507
#django_test_migrations #packaging
#django_test_migrations #packaging
GitHub
Repository not shown on PyPI · Issue #507 · wemake-services/django-test-migrations
I see that the repo for this package is defined in pyproject.toml but unfortunately it does not appear on PyPI. Not sure why that is but would be great if there was a reference somewhere on the PyP...
https://github.com/wemake-services/wemake-python-styleguide/issues/3404
#ast #wemake_python_styleguide
#ast #wemake_python_styleguide
GitHub
Forbid comments in `f` and `t` string · Issue #3404 · wemake-services/wemake-python-styleguide
This code should raise a violation: >>> x = f'{ 1 # comment ... }' Because comments make f string implicilty multiline. And comments must not be present in strings. This is not right.
https://github.com/python/cpython/issues/133403#issuecomment-2849451826
Добавить
#cpython #typing
Добавить
Tools/build/verify_ensurepip_wheels.py
в Tools/build/mypy.ini
#cpython #typing
GitHub
Add typing to more build tools · Issue #133403 · python/cpython
Feature or enhancement Right now we support typing in several build tools: cpython/Tools/build/mypy.ini Lines 2 to 4 in 6ce60f1 files = Tools/build/compute-changes.py, Tools/build/generate_sbom.py ...
https://github.com/ag2ai/faststream/issues/2180
Очень простой Issue на расширение документации об использовании RPC в FastStream. Нужно добавить примеры использования
#documentation #faststream
Очень простой Issue на расширение документации об использовании RPC в FastStream. Нужно добавить примеры использования
Response
классов и того, как должен выглядить subscriber, способный ответить на сообщение#documentation #faststream
GitHub
docs: improve RPC section · Issue #2180 · ag2ai/faststream
Improve the RPC (and other brokers as well) documentation page – we should add information about how should subscriber looks like to response on messages. Also, we should add information about Repo...
https://github.com/python/cpython/issues/133604
Простое issue, нужно удалить из кодовой базы
#cpython #stdlib
Простое issue, нужно удалить из кодовой базы
platform.java_ver
+ platform._java_getprop
а так же тесты связанные с ними.#cpython #stdlib
Исправить стабы для
https://github.com/typeddjango/django-stubs/issues/2672
#django_stubs #typing
django.core.management
в django@5.2https://github.com/typeddjango/django-stubs/issues/2672
#django_stubs #typing
GitHub
Fix `django.core.management` for 5.2 · Issue #2672 · typeddjango/django-stubs
These entries needs to be fixed: django-stubs/scripts/stubtest/allowlist_todo_django52.txt Lines 51 to 53 in 828ead6 django.core.management.commands.shell.Command.get_auto_imports django.core.manag...