finswimmer
finswimmer
This PR allows appending deployment keys to usernames as used by gitlab. Furthermore a new property `is_unsafe` is introduced for `ParsedUrl`, which can be used for cli command like `poetry...
Hello, I'm affected by a bug in `pamqp`, which is already fixed in version 3.0.1. I noticed that the current release of `aio-pika` still depends on `aiormq` >=3.2.3,
Hello, I've prepared a style that should add the `readme` keyword to `[tool.poetry]` in my `pyproject.toml` and a config for `black` as well. ## Expected behavior After running `nitpick fix`...
Hello, at poetry we are `isort` to sort our imports. A contributor now stumble upon a strange behavior of isort. The PR is located here: https://github.com/python-poetry/poetry/pull/4985 In our `__init__.py` in...
Hello, we are doing targeted sequencing using a Qiagen Kit. During library prep the dna is fragmented and tagged with UMI and a universal primer sequence at one end of...
Hello, the following code leads to different error codes, depending on the Python version: ```py import hashlib h = hashlib.md5() ``` Python 3.8: ``` example.py:3:1: S303 Use of insecure MD2,...
Python 3.11 is just around the corner, so we have to update this list. `Package.AVAILABLE_PYTHONS` is needed in two places: 1. Adding a classifier when building a wheel (https://github.com/python-poetry/poetry-core/blob/4535724acb356a9da2fa976a243e5f63bef892f8/src/poetry/core/packages/package.py#L309) 2....
Fixes tests, that will fail when changes in https://github.com/python-poetry/poetry-core/pull/477 are merged. (Checks in the first commit shows that should work)
Hello, I'm amazed how well `vgraph` works. What I would really like to have, is a way to see, why there is a mismatch between two samples. This can be...
https://packaging.python.org/en/latest/specifications/core-metadata/#author makes no restriction to the `Author` name. So this PR makes the regex less restrictive. It also removes a duplication of the regex. Resolves: https://github.com/python-poetry/poetry/issues/6857 Resolves: https://github.com/python-poetry/poetry/issues/6933