-
-
ruff 0.0.249
run `ruff check pure_check/checks/docker_active_container.py`
The format that ruff isort wants doesn't agree with regular isort (which is seemingly more correct). maybe do to the de…
-
**Describe the bug**
I am unable to install Marvin from within MiniConda or from PIP.
When I try to create the `marvin` environment through the `.yml` file available on the documentation page, I r…
-
Hello!
I did not found standard way to describe a multipart request. Is it supported?
Currently i had to write something like this to let uploaded files work:
```
request_body_description = …
-
Using a schema to validate/process the path arguments seems to pass the argument twice.
The data-dict of the marshmallow schema is passed as an argument and the value is passed as keyword-argument (p…
-
Redash has a very rich API, but it's undocumented[1] which makes it far less useful or adopted than it could be.
It seems that the way to go forward is to adopt something like OpenAPI (f.k.a Swagge…
-
How can I document path parameters? I expected the following to work:
````python
from apispec import APISpec
from apispec.ext.marshmallow import MarshmallowPlugin
from flask import Flask, Bluepr…
-
To validate path arguments with `webargs` the location value that has to be used is `view_args`. Documentation [link](https://webargs.readthedocs.io/en/latest/api.html#webargs.flaskparser.FlaskParser.…
-
Several developers already asked for this nice-to-have functionality.
-
### Current Behavior:
Uploaded a CycloneDX BOM to a new project and none of the vulnerabilities reported in the BOM made it into the audit. I searched the open/closed issues and found that https://g…