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.
13 lines
189 B
INI
13 lines
189 B
INI
[flake8]
|
|
max-line-length = 176
|
|
select = E303,W293,W291,W292,E305,E231,E302
|
|
exclude =
|
|
.tox,
|
|
__pycache__,
|
|
*.pyc,
|
|
.env
|
|
venv/*
|
|
.venv/*
|
|
reports/*
|
|
dist/*
|
|
lib/* |