diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..ed40883 --- /dev/null +++ b/setup.cfg @@ -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