Releases: reviewdog/action-black
Releases · reviewdog/action-black
v3.9.1
v3.9.1: PR #64 - chore(deps): update actions/checkout action to v4
v3.9.0
v3.9.0: PR #63 - chore(deps): update reviewdog to 0.14.2
v3.8.1
ci: fix release action versioning
v3.8.0
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
v3.7.3: PR #61 - chore(deps): update peter-evans/create-pull-request action to v5
Release v3.7.2
v3.7.2: PR #60 - Update example workflow in README
v3.7.1
refactor: log reviewdog and black versions
v3.7.0
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
v3.6.0: PR #54 - chore(deps): update reviewdog to 0.14.1
Release v3.5.2
v3.5.2: PR #53 - chore(deps): update peter-evans/create-pull-request action to v4