1 Star 0 Fork 0

王威/emscripten

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bruce Mitchener 提交于 2024-01-22 01:22 . Fix some typos. (#21123)
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,W504,E741,B011,B023,U101
exclude =
./node_modules/, # third-party code
./third_party/, # third-party code
./tools/filelock.py, # third-party code
./tools/scons/, # third-party code
./test/third_party/, # third-party code
./site/source/conf.py,
./system/lib/, # system libraries
./cache/, # download/built content
.git
# The ports plugins have a lot of unused imports because
# they need to implement the specific plugin APIs
per-file-ignores =
./tools/ports/*.py: U100
./test/*.py: U100
./tools/toolchain_profiler.py: U100
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangweiHos/emscripten.git
git@gitee.com:wangweiHos/emscripten.git
wangweiHos
emscripten
emscripten
main

搜索帮助