Miloslav Pojman
Miloslav Pojman
When I was studying Contributor’s Guide, I found that links to kenreitz.org are broken. - "The Future of Python HTTP" was archived by Internet Archive, so I linked there. -...
## Description When I want to implement the `bulk_complete()` method for my tasks, I do not know what arguments it should accept. Method's expected signature is not documented and Luigi...
## Description When a worker is about to run a task, it checks whether its dependencies are complete. If many tasks depend on a single dependency, completeness of that dependency...
## Description To determine completeness of `WrapperTask`, the `complete()` method has to be called on its dependencies. Because a scheduler is not aware of this check, it will call the...
This changes allows to properly annotate return type in a function like: ```python import ssl from typing import Optional import anyio from anyio.abc import ByteStream, Listener from anyio.streams.tls import TLSListener...
`tox -e lint` and all CI builds end with an error: "AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder'." This was reported and fixed in https://github.com/csachs/pyproject-flake8/issues/13.