dailycheckin/.flake8
shitao 7e0acf1f98 🔧 配置:调整flake8的max-line-length为88
⬆️ 版本:更新版本号至24.10.8
🐛 修复:修正baidu/main.py中remain字段拼写错误
 功能:更改mimotion/main.py中时间获取API接口
2024-10-08 09:41:03 +08:00

16 lines
231 B
INI

[flake8]
max-line-length = 88
max-complexity = 24
ignore = F401, W503, E203, E501, F841, E722, C901
exclude =
.git,
__pycache__,
scripts,
logs,
upload,
build,
dist,
docs,
migrations,
.scrapy