8000
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 e39ab28 commit 42ffe96Copy full SHA for 42ffe96
.github/workflows/lint.yml
@@ -40,5 +40,4 @@ jobs:
40
run: |
41
pip3 install codespell flake8
42
codespell --count --skip="./pyscriptjs/node_modules/*,*js,*.json"
43
- flake8 --builtins=Element,PyItemTemplate,PyListTemplate
44
- --max-complexity=10 --max-line-length=88 --show-source
+ flake8 --builtins=Element,PyItemTemplate,PyListTemplate --max-complexity=10 --max-line-length=88 --show-source
0 commit comments