mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 12:17:05 +03:00
- Remove metadata from setup.py - Split flake8 section into .flake8 from setup.cfg - tox: set isolated_build=true Signed-off-by: Hiroshi Miura <miurahr@linux.com>
5 lines
117 B
INI
5 lines
117 B
INI
[flake8]
|
|
max-line-length = 125
|
|
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
|
|
extend-ignore = E203, W50
|