8000 black max line length is 88 chars · pyscript/pyscript@42ffe96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42ffe96

Browse files
committed
black max line length is 88 chars
1 parent e39ab28 commit 42ffe96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
run: |
4141
pip3 install codespell flake8
4242
codespell --count --skip="./pyscriptjs/node_modules/*,*js,*.json"
43-
flake8 --builtins=Element,PyItemTemplate,PyListTemplate
44-
--max-complexity=10 --max-line-length=88 --show-source
43+
flake8 --builtins=Element,PyItemTemplate,PyListTemplate --max-complexity=10 --max-line-length=88 --show-source

0 commit comments

Comments
 (0)
0