🌐 AI搜索 & 代理 主页
blob: 825a7d698dba261715cbdfa8adfe290cde82cfc3 [file] [log] [blame]
[flake8]
exclude =
# Do not track .git dir
.git,
# Do not track virtualenv dir
venv,
# Ignore folders in gitignore
dist,
build,
# Do not track pycache dirs
__pycache__,
max-line-length = 80
ignore =
# Output config:
show-source = True
statistics = True
tee = True
output-file = .flake8.log