Skip to content

Commit

Permalink
v0.2.5 - support extra black options
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdynice authored and peterjc committed Feb 25, 2022
1 parent 01b5ea6 commit 938c821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -175,6 +175,9 @@ Version History
======= ============ ===========================================================
Version Release date Changes
------- ------------ -----------------------------------------------------------
v0.2.5 2022-02-23 - Support options "preview", "skip-magic-trailing-comma",
contribution from
`Ferdy <https://github.com/ferdynice>`_.
v0.2.4 2022-01-30 - Support black v22.1.0 which changed a function call,
contribution from
`Raffaele Salmaso <https://github.com/rsalmaso>`_.
Expand Down
2 changes: 1 addition & 1 deletion flake8_black.py
Expand Up @@ -14,7 +14,7 @@
from flake8 import LOG


__version__ = "0.2.4"
__version__ = "0.2.5"

black_prefix = "BLK"

Expand Down

0 comments on commit 938c821

Please sign in to comment.