mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
7e0acf1f98
⬆️ 版本:更新版本号至24.10.8 🐛 修复:修正baidu/main.py中remain字段拼写错误 ✨ 功能:更改mimotion/main.py中时间获取API接口
16 lines
231 B
INI
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
|