mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-25 03:01:58 -05:00
10 lines
202 B
INI
10 lines
202 B
INI
[codespell]
|
|
skip = pyscriptjs/node_modules/*,*.js,*.json
|
|
|
|
[flake8]
|
|
builtins=Element,PyItemTemplate,PyListTemplate,pyscript
|
|
max-complexity = 10
|
|
max-line-length = 100
|
|
show-source = True
|
|
statistics = True
|