-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Early versions of isort incompatibility #6253
Comments
wyli
added a commit
to wyli/MONAI
that referenced
this issue
Apr 12, 2023
Signed-off-by: Wenqi Li <[email protected]>
wyli
added a commit
to wyli/MONAI
that referenced
this issue
Apr 12, 2023
Signed-off-by: Wenqi Li <[email protected]>
wyli
added a commit
that referenced
this issue
Apr 12, 2023
Fixes #6340 Fixes #6253 ### Description ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [x] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [x] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [x] In-line docstrings updated. - [x] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li <[email protected]>
wyli
added a commit
that referenced
this issue
Apr 12, 2023
closes #6339 (closes #6337) closes #6341 (closes #6340 closes #6253) ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [x] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: binliu <[email protected]> Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: binliunls <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Some early versions of isort are not compatible with the rest of the auto formatting tools,
MONAI/requirements-dev.txt
Line 23 in be3d138
The requirement should have a minimal version constraint
Cc @myron
The text was updated successfully, but these errors were encountered: