Mike
Mike
@Konkrad I have a documentation folder in the root with my files: https://github.com/OCHA-DAP/hdx-python-utilities/tree/main/documentation. I use readthedocs with this config: https://github.com/OCHA-DAP/hdx-python-utilities/blob/main/documentation/.readthedocs.yaml From the command line, you an do: ``` pip install...
I can see use cases that would benefit from the fine grained control that decorators would give. I think for my use case it would be better to wait for...
The best solution would be Google docstring support. This was just a suggestion for an interim solution not knowing how long it would be before Google docstring support is completed....
I would still find it useful to be able to tell docformatter somehow to ignore Args: onwards in the absence of full Google docstring support. Perhaps the first pass of...
> @mcarans I've thought about this further and I think the most reasonable solution would be a `pyproject.toml` option specific to docformatter allowing to keep an exclusion list of modules/classes/attributes...
> docformatter could use an exclusion list dictionary mapping qualified names (e.g. `module.class`) to [docstring sections](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#docstring-sections): > > ```toml > [tool.docformatter] > # ... > exclude = [ > {...
This project has sadly not been maintained properly for many years. Even back in 2020, I got this answer to a PR I spent time on: "As hard as it...
@ofek We have a nice Hatch setup now for our projects eg. https://github.com/OCHA-DAP/hdx-python-country. We use Hatch in GitHub Actions for running lint and tests as well as publishing to PyPI....
@ofek Just wondering if you'd be able to look into this issue? We're still keeping hatch config in pyproject.toml but would be great to be able to move it to...
@ofek Just checking to see if you'd be able to look into adding support for `.config/hatch.toml`?