-
This is the parent issue for tracking parity with Pylint. Below, we've enumerated all Pylint rules.
Rules that are checked off have been implemented in Ruff already (either as a Pylint rule, e.g., …
-
Docstrings for the various classes and functions. README for installation.
dzbee updated
6 years ago
-
BPO | [42347](https://bugs.python.org/issue42347)
--- | :---
Nosy | @asvetlov, @1st1, @sersorrel
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect t…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
Before sphinx starts reporting broken refs it…
-
We're trying to generate an OpenAPI schema using `starlette.schemas.SchemaGenerator`, however it does not include any definitions for ariadne.
As per starlette's [docs](https://www.starlette.io/sch…
-
https://github.com/ansasaki/symbol_version/blob/f441d3446bcb325df9a3ae440313d30da2646952/scripts/symbol_version.py#L55-L73
1. the method is missing a doc string
1. is it expected that the error do…
-
The existing check for determining whether to use numpy or google docstrings looks like this:
```
found_numpy = yield from self._check_numpy_sections(lines, definition, docstring)
…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
You can peak on fixes that kind of issues in …
-
The code for reproducing the problem is also very simple, just
`import pandas`.
I ensure that I've chosen the correct python interpreter and I can run it successfully. However pylance doesn't s…
-
The example for the new multiple plots code is as follows:
```python
import matplotlib.pyplot as plt
from asreview import open_state
from asreviewcontrib.insights.plot import plot_recall
…