3 Commits

Author SHA1 Message Date
d4a9bf3c74 Return exit status in __main__.py (#3157)
Co-authored-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-10-17 13:27:46 +00:00
a7d80cf9a4 Use black to format Python files
Black is a popular Python code formatter. By using it, contributors
don't need to think about the project's styles preferences and avoids
the need for hand-formatting. Instead, let the tool handle it. This can
help smooth the review process.

Updated existing tools to follow the integration docs:
https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html

For more details, see the project:
https://github.com/psf/black
2022-11-11 11:47:22 -08:00
2657d752e6 ENH: Multiline help (#1559)
* ENH: Multiline help

* STY: Use %(default)r

* DOC: Document rationale
2020-06-12 19:24:39 -04:00