Skip to content

Commit 71a615f

Browse files
authored
Pin isort (#129)
Albrja/mic-5827/Pin isort Pin isort to 5.13.2 - *Category*: Linting - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5827 ### Changes and notes <!-- Change description – why, what, anything unexplained by the above. Include guidance to reviewers if changes are complex. --> ### Testing <!-- Details on how code was verified, any unit tests local for the repo, regression testing, etc. At a minimum, this should include an integration test for a framework change. Consider: plots, images, (small) csv file. -->
1 parent ea8d8ed commit 71a615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
lint_requirements = [
4343
"black==22.3.0",
44-
"isort",
44+
"isort==5.13.2",
4545
]
4646

4747
setup(

0 commit comments

Comments
 (0)