Questions tagged [pydocstyle]
1 questions
1
vote
1 answer
What to do when your formatter and your linter are fighting
I've been writing a decorator in Python:
def dictionary_updater(key: str) -> Callable[[FieldStringer], PayloadSetter]:
"""Convert string-converter to dictionary modifier.
"""
# Create the actual decorator method and return it
def…

Woody1193
- 7,252
- 5
- 40
- 90