We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8782e3e commit c7e503aCopy full SHA for c7e503a
.github/workflows/python-format.yml
@@ -27,4 +27,5 @@ jobs:
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
black: true
30
+ black_args: --line-length 79 # same max line length as flake8
31
auto_fix: true # auto commit style fixes
0 commit comments