-
I'm trying to build a VBA handler that uses Google-style Python-docstrings (since there is no real standard for documenting VBA functions). My very experimental and hacky code is at https://github.com…
-
- [x] a detailed description of the bug or problem you are having
- [x] output of `pip list` from the virtual environment you are using
- [x] pytest and operating system versions
- [x] minimal …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Provide utilities to instrument Pact…
-
- [x] I have searched the issue tracker and believe that this is not a duplicate.
Hey, I'm getting these surprising errors while trying to lock dependencies.
I thought at first it was because I …
-
# The current state of affairs
1. The migration of pyjanitor's documentation from `Sphinx` to `mkdocs` happened late last year (#894).
And with `mkdocstrings`, we’re [currently using the “rest…
-
Given `.pdm.toml`:
```toml
[python]
path = "/project/.venv/bin/python"
```
and Python compiled from the 3.11 branch (not on a release tag), where `python --version` gives "Python 3.11.0+" pdm w…
-
I have a Cython module that I can import this way : `import cython_module`.
Its source code is in a *cython_module.pyx* file, at the same level of other *.py* files that already work well with mkdocs…
-
mkdocstrings is great and it's one of facts drive me to release a cookie-cutter template that include mkdocstrings, to share this great tool with more people. However, I found (or something I don't kn…
-
微博内容精选
-
**Describe the bug**
If an implicit namespace package (directory without `__init__.py`) exists within a source module and is not imported, coverage won't discover it or report it as uncovered.
I…