Skip to content

Commit

Permalink
Updating setup.cfg as requested in review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-DeBandi99 committed May 20, 2022
1 parent e9e9ec6 commit 57a9c50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ VCS = git
style = pep440
versionfile_source = arkouda/_version.py
tag_prefix =
parentdir_prefix = arkouda-
parentdir_prefix = arkouda-

[isort]
profile = black

[flake8]
max-line-length = 88
extend-ignore = E203

0 comments on commit 57a9c50

Please sign in to comment.