diff --git a/setup.cfg b/setup.cfg index 447f6b2..9aef56f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1 +1,7 @@ -/app/setup.cfg \ No newline at end of file +[flake8] +max-line-length = 100 +exclude = .git,__pycache__,build,dist + +[isort] +profile = black +line_length = 100