1 Star 0 Fork 0

wangzitiansky / chipsec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
brentholtsclaw 提交于 2020-06-11 14:54 . Add flake8 configuration file
[flake8]
# Ignore the following errors at this time:
# E201 whitespace after '('
# E211 whitespace before '('
# E262 inline comment should start with '#
# E265 block comment should start with '# '
# E266 too many leanding '#' for block comment
# E271 multiple spaces after keyword
# E272 multiple spaces before keyword
# E401 multiple imports on one line
# E402 module level import not at top of file
# E701 multiple statements on one line (colon)
# F402 module level import not at top of file
# H306 imports not in alphabetical order
ignore = E201, E211, E262, E265, E266, E271, E272, E401, E402, E701, F402, H306
max_line_length = 120
exclude = docs, chipsec_tools, scripts
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzitiansky/chipsec.git
git@gitee.com:wangzitiansky/chipsec.git
wangzitiansky
chipsec
chipsec
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891