Jonas Dittrich

Results 14 issues of Jonas Dittrich

## Changes This rewrites the `getReleases` function of pypi datasources: First, the the simple (pypi) api is queried, then the pypijson api is retried on 404s or to enrich the...

**Describe the bug** The following snipped does not check with mypy: > test.py:8: error: Argument 1 to "append" of "list" has incompatible type "Video"; expected "ElementBased" [arg-type] **To Reproduce** Check...

bug

PLR0912 is not equivalent to pylint. The following function is accepted by pylint but rejected by ruff: ```py def capital(country): if country == "Australia": return "Canberra" elif country == "Brazil":...

rule

**Bug Report** We want to indicate that a (super-)class must implement a specific protocol in order to inherit from a specific (sub-) class. We used to annotate `self` as the...

bug

### Operating system Arch ### Helmfile Version 0.159.0 ### Helm Version v3.14.3 ### Bug description I don't have `kustomize` installed. Running `helmfile apply` failes because it is not installed. Yet,...

feature

### Bug description When both assignment branches and usage is nested inside separate with equivalent checks, a used before assignment is not detected. Pylint should detect these as it does,...

C: used-before-assignment
Needs decision :lock:

**Describe the bug** I cannot run the echo example for nix-hash `nix-hash --type sha256 --flat --base32

bug

In django templates, if a template variable is callable, the template system will try calling it. To disable that, one can define a truthy `do_not_call_in_templates` attribute on the callable [[ref....

I needed some fixes from https://github.com/ramosbugs/openidconnect-rs/commit/1d97e0e1fcbab6dbcea60abb5f33c895c8499848, so I ported the code to oauth2 `5.0.0-rc.1` and openidconnect `4.0.0-rc.1`. I loosely followed https://github.com/ramosbugs/openidconnect-rs/blob/main/UPGRADE.md and https://github.com/ramosbugs/oauth2-rs/blob/main/UPGRADE.md.

**Is your feature request related to a problem? Please describe.** In a multi-server scenario with a message queue such as redis or rabittmq, it is important to be able to...

enhancement