Skip to content

24.10.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 15 Oct 16:21
· 7 commits to pyink since this release

This release is based on Black v24.10.0.

  • Add CLI option --pyink-ipynb-indentation to specify the number of spaces
    with which JSON content of Jupyter notebooks will be formatted.
  • Add CLI option --pyink-annotation-pragmas to specify a list of annotation
    pragmas. Whenever any of them appears in a comment that line won't be split
    into multiple lines or joined with any other line.
  • Fix formatting of Jupyter notebook cells with magic methods and any empty
    lines at the beginning or end of a cell.