Mercurial > hgrepos > Python > libs > ConfigMix
view setup.cfg @ 538:e85d1eddf539
more flake8 customizations
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Dec 2021 16:30:48 +0100 |
| parents | b3b5ed34d180 |
| children |
line wrap: on
line source
[metadata] license_file = LICENSE.txt [egg_info] tag_build = tag_date = 0 tag_svn_revision = 0 [bdist_wheel] universal = 1 [sdist] formats = gztar [flake8] ignore = # "multiple statements on one line (colon)" E701, # "line break before binary operator" W503, per-file-ignores = # Ignore "too many blank lines" configmix/compat.py:E303
