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 e7a2a37 commit 83d6591Copy full SHA for 83d6591
.github/workflows/python-stylecheck.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
python-root-list: ${{ env.CHANGED_FILES }}
29
extra-pycodestyle-options: "--max-line-length=80"
30
+ extra-black-options: "--line-length=80"
31
extra-isort-options: "-m=HANGING_INDENT"
32
# NOTE: we disable flake8 and pylint here to avoid overlap with lint action and limit noise
33
use-flake8: false
0 commit comments