ansys / ansys/pre-commit-hooks
OS dependent issues when combining docformatter and this hook
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- Avg merge
- 4h 21m
- Merged PRs (30d)
- 9
Description
Observed in https://github.com/ansys/pyansys-geometry and https://github.com/ansys/pyadditive
When running on Windows both hooks combined, no issues rise. However, docformatter on Linux detects that no extra line is needed in between module docstring and license header. And then our hook adds it back again.
I think there shouldn't be an extra line but please try to solve this behavior.
Contributor guide
Assessment
This issue has not been assessed yet.