Differing behavior between linux and macos #285
Labels
C: convention
Relates to docstring format convention
P: bug
PEP 257 violation or existing functionality that doesn't work as documented
U: high
docformatter -i test.py
on macOS (arm) results in no changes being made.docformatter -i test.py
on linux aarch64 results in the following changes:Repeatedly executing
docformatter -i
on linux adds another line on every call which breaks idempotency.This might be related to
┘
being in the string.breaking env on linux:
working env on macos:
The text was updated successfully, but these errors were encountered: