action-black
action-black copied to clipboard
Runs the psf/black formatter to check/format your python code.
Now that https://github.com/psf/black/pull/1909 and https://github.com/psf/black/pull/1940 have been merged this action is not trivial anymore. Below I, therefore, documented the difference between this action and the official black action. | |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rickstaa/action-black). ## Config Migration Needed - [ ]...
Hello! I am using action-black configured in a github action job like this: ``` name: job-name on: push: branches: "main" jobs: job-name: runs-on: ubuntu-latest defaults: run: working-directory: ./ steps: -...
It would be nice to add jupyter notebook support (see https://github.com/reviewdog/action-black/commit/e95a7c6979867f31be167afb02b6488a39dbe292).
It would be nice to migrate this action to a composite action (see https://github.com/reviewdog/action-black/commit/2de44fd3bd4d9140644f86929def6dbefaa46115 and https://github.com/reviewdog/action-black/commit/e213eae961d81526cb698e3c8cb976e9f17bdc48). When doing this we could warp the official black action https://github.com/psf/black.