diff --git a/setup.cfg b/setup.cfg index 3acda29..c828549 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,4 +19,7 @@ ignore = E121 E122 E123 E124 E125 E126 E127 E128 E711 E712 F811 F841 H803 E501 E exclude = .circleci, .github, - venv \ No newline at end of file + venv + +[isort] +profile = black