diff --git a/ingest/setup.cfg b/setup.cfg similarity index 64% rename from ingest/setup.cfg rename to setup.cfg index 52264b32..b405106c 100644 --- a/ingest/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [flake8] ignore = E221,E226,E228,E241,W503 max-line-length = 99 -exclude = src/esoh/*pb2*.py \ No newline at end of file +exclude = ingest/src/esoh/*pb2*.py