🌐 AI搜索 & 代理 主页
blob: 1c015fa88415bc92ab30c3dcb6f7d7c696da828c [file] [log] [blame] [edit]
# Default settings for Ruff in CPython
# PYTHON_FOR_REGEN
target-version = "py310"
# PEP 8
line-length = 79
# Enable automatic fixes by default.
# To override this, use ``fix = false`` in a subdirectory's config file
# or ``--no-fix`` on the command line.
fix = true