Add basic flake8 configuration

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-01-31 17:08:55 +01:00
parent 34243a93bf
commit 0b3057074e

9
setup.cfg Normal file
View file

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