Add GitHub workflow for check Python file formatting (#65482)
commitd55ac38aced7b1672b9be85564b9bb4e56711d70
authorTobias Hieta <tobias@hieta.se>
Fri, 8 Sep 2023 16:22:20 +0000 (8 18:22 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 16:22:20 +0000 (8 18:22 +0200)
treeb2585b4a7ceba2bf29fe403f115ed08ba55a92d7
parent38750d7ec179283e4798331f45cccbff122066dd
Add GitHub workflow for check Python file formatting (#65482)

Using darker which is doing black on diffs, similar to git-clang-format.
.github/workflows/pr-python-format.yml [new file with mode: 0644]