diff --git a/docs/black_digest.html b/docs/black_digest.html index 6327bc5..b949eda 100644 --- a/docs/black_digest.html +++ b/docs/black_digest.html @@ -171,117 +171,6 @@

Activity

- -
  • - -

    Support Configuration via tox.ini #2172 - [dciborow] - - T: enhancement - C: command line / config - -

    Is your feature request related to a problem? Please describe. -Currently, all of my test configurations are...

  • @@ -422,7 +281,7 @@

    Activity

  • -

    dont skip formatting #%% #2919 +

    dont skip formatting #%% #2919 [MarcoGorelli] @@ -434,14 +293,6 @@

    Activity

    Add a CHANGELOG entry if necessary? Add / update tests if necessary? Add...

    -
  • -
  • - -

    Remove unnecessary parentheses from `with` statements #2926 - [jpy-git] - - -

    Description -Closes #2921. Aims to remove redundant parentheses from with statements: - -I currently have one failing...

  • @@ -1117,6 +853,159 @@

    Activity

    my guess is they might...

    + + + +
  • + +

    fmt: skip removes characters from a comment-only line before it #2339 + [felix-hilden] + + T: bug + C: invalid code + F: comments + F: fmtskip + +

    Describe the bug +Comments behave oddly before # fmt: skip lines. I'll try to see if this has been reported later. +To...

    +
  • +
  • + +

    Black deletes nonempty block comments before decorators left unfromatted with # fmt: skip #2539 + [myw] + + T: bug + R: duplicate + F: fmtskip + +

    Bug description: +Black deletes nonempty block comments before decorators left unfromatted with #fmt: skip. +As a...

    +
  • +
  • + +

    Remove unnecessary parentheses from `with` statements #2926 + [jpy-git] + + +

    Description +Closes #2921. Aims to remove redundant parentheses from with statements: + +I currently have one failing...

    +
  • +
  • + +

    "fmt: skip" on colon-terminated lines either fails or moves the directive #2646 + [dansebcar] + + T: bug + C: unstable formatting + F: fmtskip + +

    Describe the bug +Adding # fmt: skip after a colon (e.g. on the same line as def, if, with or class) either produces...

  • +
  • + +

    "# fmt: skip" does not work defined function #2936 + [rpvdkley] + + T: bug + R: duplicate + C: unstable formatting + F: fmtskip + +

    Describe the bug +Black raises INTERNAL ERROR when # fmt: skip has been added at the end of a def function...

    +
  • +
  • + +

    Remove redundant brackets from `except` clause #2937 + [jpy-git] + + T: enhancement + F: parentheses + +

    Is your feature request related to a problem? Please describe. +The except clause can accept a parenthesised tuple of...

  • @@ -1127,6 +1016,6 @@

    Activity