Skip to content

Releases: reviewdog/action-black

v3.9.1

04 Sep 13:50
26ee9ae
Compare
Choose a tag to compare

v3.9.1: PR #64 - chore(deps): update actions/checkout action to v4

v3.9.0

19 Jun 11:31
daab6be
Compare
Choose a tag to compare

v3.9.0: PR #63 - chore(deps): update reviewdog to 0.14.2

v3.8.1

17 Jun 08:56
1f27177
Compare
Choose a tag to compare
ci: fix release action versioning

v3.8.0

17 Jun 08:47
8f03cb8
Compare
Choose a tag to compare
fix: fix 'bad array subscript' error (#62)

* fix: fix 'bad array subscript' error

This commit fixes the 'bad array subscript' error that is thrown when no
python files are found (see https://github.com/rickstaa/panda-gazebo/actions/runs/5269309929/jobs/9527260724).
It also simplifies the codebase.

* feat: add empty folder warning/variable and verbose option

This commit adds the EMPTY_FOLDER environment variable which can be used
to check if the folder that was specified was empty. It now also throws
a warning in the github action console when no files are found. Lastly,
the `verbose` input argument was added which allows people to print the
black output to the github action console. It also adds a test to see if
the empty folder check works.

* fix: fix verbose input bug

* fix: upload empty folder

* test: fix verbose test

* feat: remove EMPTY_FOLDER env variable

* fix: fix warning color

* fix: uncomment code

* fix: remove test code

Release v3.7.3

05 Apr 07:08
b494c89
Compare
Choose a tag to compare

v3.7.3: PR #61 - chore(deps): update peter-evans/create-pull-request action to v5

Release v3.7.2

07 Feb 12:40
49a7ed4
Compare
Choose a tag to compare

v3.7.2: PR #60 - Update example workflow in README

v3.7.1

07 Feb 12:03
e312346
Compare
Choose a tag to compare
refactor: log reviewdog and black versions

v3.7.0

31 Jul 11:17
1c01a3f
Compare
Choose a tag to compare
fix: github-pr-review path's black_check_output value (#57)

* fix: github-pr-review path's black_check_output value are stored with regenerate normal value

* read drop regenerated exit code

* fix: filter jupyter warning and improve readme

This commit makes sure that the Jupyter warning that is thrown by black
when Jupyter is not installed and the repo contains `.ipynb` files does
not show in the `BLACK_CHECK_FILE_PATHS` variable. It also adds
documentaiton for the `BLACK_CHECK_FILE_PATHS`.

Co-authored-by: rickstaa <[email protected]>

Release v3.6.0

21 Apr 13:01
752e8a2
Compare
Choose a tag to compare

v3.6.0: PR #54 - chore(deps): update reviewdog to 0.14.1

Release v3.5.2

10 Apr 19:07
d0363f5
Compare
Choose a tag to compare

v3.5.2: PR #53 - chore(deps): update peter-evans/create-pull-request action to v4