Skip to content

Commit c7e503a

Browse files
committed
Make black have max line length 79
1 parent 8782e3e commit c7e503a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
black: true
30+
black_args: --line-length 79 # same max line length as flake8
3031
auto_fix: true # auto commit style fixes

0 commit comments

Comments
 (0)