-
If a user is linting sphinx-style docstrings, pydoclint should be able to detect whether docstrings deviating from the selected style, such as google/numpy, are present and raise a violation.
-
### Steps to reproduce
1. copy the code from below into a Python file and run pylint on it :)
### Current behavior
The following file generates a report with a false positive for `no-self-use`:…
-
### Problem statement
pylint is integrated in some infrastructure, i.e. in some makefiles (e.g. https://github.com/magma/magma/blob/master/lte/gateway/python/Makefile#L84) . However, those checks a…
-
It seems to be public and has a doc string, but the doc string isn't included in the Manual.
-
**Bug Report**
I'm using `stubgen` to generate stubs for an untyped package. Because the docstrings are assembled at runtime, I want to include them in the stubs such that IDEs using static type ch…
-
i'm not really sure what the point of get_trial_targets() is, i think i wrote it but i can't remember why. it probably belongs in preproc rather than postproc, because it's bmi3d specific. but basical…
-
### System Info
```shell
python version : 3.9.16
mlflow: 2.4.2
transformers[torch] version : 4.31.0
optimum : 1.11.2
```
### Who can help?
@philschmid , @JingyaHuang , @ec
### Infor…
-
**Ruff-version : 0.3.3**
Hello everyone,
I'm concerned about the configuration file for Ruff (`pyproject.toml`,` ruff.toml`, ...).
Are there checks for this configuration file? I'm asking not…
-
In the function "interfacemaster.interface_generator.core.parse_limit", the description for the parameters "see the paper" is not useful and I cannot understand clearly even though see the paper. Plea…
-
Is it possible to get FUNCTIONNAME to work inside a function that generates the docstring? Something similar to
```
function gen_docstring()
"""
$(FUNCTIONNAME)(x)
"""
end
@doc …