PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
474 stars 116 forks source link

Revert usage of return type hints #281

Closed tazend closed 1 year ago

tazend commented 1 year ago

Mostly because this pretty much destroys syntax highlighting on github And use the return type within the "Returns" section in parenthesis. It must be with parenthesis to get it properly documented in mkdocs for now, see https://github.com/mkdocstrings/griffe/issues/137

Fixes #280