From 57a9c5065bca4271b56f5a13cd3e8d122e162cb5 Mon Sep 17 00:00:00 2001 From: Ethan-DeBandi99 <16845933+Ethan-DeBandi99@users.noreply.github.com> Date: Fri, 20 May 2022 07:17:12 -0400 Subject: [PATCH] Updating setup.cfg as requested in review. --- setup.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 20b02dae13..177428404a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,11 @@ VCS = git style = pep440 versionfile_source = arkouda/_version.py tag_prefix = -parentdir_prefix = arkouda- \ No newline at end of file +parentdir_prefix = arkouda- + +[isort] +profile = black + +[flake8] +max-line-length = 88 +extend-ignore = E203 \ No newline at end of file