145 Star 792 Fork 366

乐鑫开源/esp-idf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ruff.toml 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
Peter Dragun 提交于 2025-07-28 15:56 +08:00 . feat: Deprecate Python 3.9
line-length = 120
target-version = "py310"
[format]
quote-style = "single"
docstring-code-format = true
[lint]
select = [
"A", # flake8-builtins
"E", # pycodestyle
"F", # pyflakes
"W", # pycodestyle
"I", # reorder-imports
"UP", # pyupgrade
]
ignore = [
"E203", # whitespace before ':'
"E221", # multiple spaces before operator
"E225", # missing whitespace around operator
"E231", # missing whitespace after ',', ';', or ':'
"E241", # multiple spaces after ','
]
# Exclude a variety of commonly ignored directories.
exclude = [
".git",
"__pycache__",
# submodules
"components/bootloader/subproject/components/micro-ecc/micro-ecc",
"components/bt/host/nimble/nimble",
"components/cmock/CMock",
"components/JSON/cJSON",
"components/mbedtls/mbedtls",
"components/openthread/openthread",
"components/unity/unity",
"components/spiffs/spiffs",
# autogenerated scripts
"components/protocomm/python/constants_pb2.py",
"components/protocomm/python/sec0_pb2.py",
"components/protocomm/python/sec1_pb2.py",
"components/protocomm/python/sec2_pb2.py",
"components/protocomm/python/session_pb2.py",
"components/wifi_provisioning/python/wifi_ctrl_pb2.py",
"components/wifi_provisioning/python/wifi_scan_pb2.py",
"components/wifi_provisioning/python/wifi_config_pb2.py",
"components/wifi_provisioning/python/wifi_constants_pb2.py",
"components/esp_local_ctrl/python/esp_local_ctrl_pb2.py",
]
[lint.isort]
force-single-line = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/EspressifSystems/esp-idf.git
git@gitee.com:EspressifSystems/esp-idf.git
EspressifSystems
esp-idf
esp-idf
master

搜索帮助