mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-01-19 01:21:01 +08:00
The max-line-length configuration was increased to 176 in both .flake8 and pyproject.toml files to allow for longer lines of code.
8 lines
161 B
TOML
8 lines
161 B
TOML
[tool.black]
|
|
line-length = 176
|
|
target-version = ['py37']
|
|
include = '\.pyi?$'
|
|
extend-exclude = '.+/(dist|.venv|venv|build|lib)/.+'
|
|
|
|
[tool.isort]
|
|
profile = "black" |