Files
aqtinstall/.flake8
Hiroshi Miura 5ae21ea160 Remove metadata from setup.py
- 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>
2022-06-05 13:31:18 +09:00

5 lines
117 B
INI

[flake8]
max-line-length = 125
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
extend-ignore = E203, W50