Skip to content

Commit

Permalink
enable python formatting with black
Browse files Browse the repository at this point in the history
This is the same formatter as LLVM is using.
  • Loading branch information
ftynse committed Dec 12, 2023
1 parent e615b3a commit 6759886
Show file tree
Hide file tree
Showing 7 changed files with 808 additions and 544 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ptython_format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Python-Black

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
Loading

0 comments on commit 6759886

Please sign in to comment.