Denys Zhak
Denys Zhak
PR to https://github.com/python/typeshed/issues/9810
## Feature Request The key parameter is required to access S3 using S3StorageDriver https://github.com/apache/libcloud/blob/7b3f55a3ac2ec8423555cd9bac3a42697ffc502c/libcloud/storage/drivers/s3.py#L1224, even if provided it fails down in the code in the absence of secret here https://github.com/apache/libcloud/blob/trunk/libcloud/common/aws.py#L313...
## PR Info - Closes #2617 ## Bug Fixes When using LEFT JOIN with a nested `Option`, code tried to read the missing related row as if it were always...
Fixes #11984 ## Description `fish_indent` was incorrectly formatting braces after conjunctions (`or`, `and`) and operators (`||`, `&&`, `|`) by placing them on a new line, which breaks the syntax. Fixes...
## Summary Closes #21956 **Root cause:** When a .ruff.toml, ruff.toml config was discovered via ancestor search, Ruff eagerly derived target-version from requires-python in pyproject.toml during config loading. That fallback value...