Run black on python code blocks in documentation files
Run black on python code blocks in documentation files. install pip install blacken-docs usage blacken-docs provides a single executable (blacken-docs) which will modify .rst / .md / .tex files in place. It currently supports the following black options: -l / –line-length -t / –target-version -S / –skip-string-normalization Following additional parameters can be used: blacken-docs will format code in the following block types: (markdown) “`python def hello(): print(“hello world”) “` (rst)
Read more