[flake8]
max-line-length = 100
# 忽略某些与 Black 冲突的规则 (如 E203)
extend-ignore = E203
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist