Skip to content

Commit

Permalink
Added isort to setup, makefile and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshranaut committed Apr 23, 2023
1 parent 4050d2f commit e468927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"pydocstyle>=6.0.0",
"types-setuptools",
"importlib-metadata<5.0;python_version<'3.8'",
<<<<<<< HEAD
"isort==5.11.4"
=======
"isort==5.12.0"
>>>>>>> 9c18873f (Added isort to setup, makefile and tox)
],
'benchmark': [
"termcolor>=1.1.0,<2.0.0",
Expand Down

0 comments on commit e468927

Please sign in to comment.