Skip to content

Commit 9c89a54

Browse files
authored
enable python formatting with black (#21)
This is the same formatter as LLVM is using.
1 parent 4fdbf9f commit 9c89a54

File tree

7 files changed

+808
-545
lines changed

7 files changed

+808
-545
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Python-Black
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: psf/black@stable
11+
with:
12+
options: "--check --verbose"

0 commit comments

Comments
 (0)