Aleksei Kotenko

Results 11 issues of Aleksei Kotenko

I just want to find out if further maintenance of the project is planned.

Add an ability to manage CR lifecycle (images auto-deletion). https://cloud.yandex.ru/docs/container-registry/operations/lifecycle-policy/lifecycle-policy-list

scheduled

The same way as in [yandex_compute_instance_group](https://registry.terraform.io/providers/yandex-cloud/yandex/latest/docs/resources/compute_instance_group#deletion_protection)

scheduled

* Date you used flake8-return: 26-08-22 * flake8-return version used, if any: 1.1.3 * Python version, if any: 3.10.2 * Operating System: MacOS 12.5.1 ### Description match/case construction not supported...

enhancement

Detect wrong django settings import: ```python from .settings import DEBUG # should detect from django.conf import settings # ok ``` https://docs.djangoproject.com/en/dev/topics/settings/#using-settings-in-python-code

I'm implementing a cache for FastAPI and found the most suitable way to do this is to create a custom router. Unfortunately, routers are not designed for inheritance and extension...

easy close
refactor
p4

Update mypy to `1.8.0` & remove legacy ignores.

refactor
p2

I'm facing a problem when using a custom router becomes a real hack. The `router_class` param allows to pass custom router class. The current solution: ```python import redis.asyncio as redis...

refactor
p4

* Add strict typings for `theine` lib * Deprecate python3.17, add python3.12 tests