diff --git a/gvapgsql/setup.cfg b/gvapgsql/setup.cfg new file mode 100644 index 0000000..7ec7008 --- /dev/null +++ b/gvapgsql/setup.cfg @@ -0,0 +1,18 @@ +[coverage:run] +source = gvacommon,pgsqltasks +branch = True +omit = */tests/*.py,*/tests.py +relative_files = True + +[coverage:report] +show_missing = True + +[coverage:html] +directory = ../coverage-report + +[isort] +multi_line_output = 3 +line_length = 88 +known_third_party = celery,psycopg2 +include_trailing_comma = True +sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER