File tree Expand file tree Collapse file tree
docs/the_black_code_style Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353### Highlights
5454
55- - Maintanence release to get a fix out for GitHub Action edge case (#3957 )
55+ - Maintenance release to get a fix out for GitHub Action edge case (#3957 )
5656
5757### Preview style
5858
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ used by _Black_ can be viewed as a strict subset of PEP 8.
1111_ Black_ reformats entire files in place. It doesn't reformat lines that contain
1212` # fmt: skip ` or blocks that start with ` # fmt: off ` and end with ` # fmt: on ` .
1313` # fmt: skip ` can be mixed with other pragmas/comments either with multiple comments
14- (e.g. ` # fmt: skip # pylint # noqa ` ) or as a semicolon separeted list (e.g.
14+ (e.g. ` # fmt: skip # pylint # noqa ` ) or as a semicolon separated list (e.g.
1515` # fmt: skip; pylint; noqa ` ). ` # fmt: on/off ` must be on the same level of indentation
1616and in the same block, meaning no unindents beyond the initial indentation level between
1717them. It also recognizes [ YAPF] ( https://github.com/google/yapf ) 's block comments to the
You can’t perform that action at this time.
0 commit comments