distgit-bugzilla-sync/setup.cfg
Nils Philippsen 1297522e6a appease flake8
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-11-18 16:07:27 +01:00

9 lines
191 B
INI

[flake8]
show-source = True
max-line-length = 100
exclude = .git,.tox,dist,*egg,build,tools
#ignore =
# Configure flake8-import-order
#application-import-names =
import-order-style = google