1 Star 0 Fork 32

ohos_llvm/third_party_jinja2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
严学舟 提交于 2024-05-28 10:37 . issue:#I9SPO8 update jinja to 3.1.3
[flake8]
extend-select =
# bugbear
B
# bugbear opinions
B9
# implicit str concat
ISC
extend-ignore =
# slice notation whitespace, invalid
E203
# line length, handled by bugbear B950
E501
# bare except, handled by bugbear B001
E722
# zip with strict=, requires python >= 3.10
B905
# string formatting opinion, B028 renamed to B907
B028
B907
# up to 88 allowed by bugbear B950
max-line-length = 80
per-file-ignores =
# __init__ exports names
src/jinja2/__init__.py: F401
# not relevant to jinja's compiler
src/jinja2/compiler.py: B906
src/jinja2/idtracking.py: B906
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_llvm/third_party_jinja2.git
git@gitee.com:ohos_llvm/third_party_jinja2.git
ohos_llvm
third_party_jinja2
third_party_jinja2
master

搜索帮助