Skip to content

chore: upgrade python requirements and fix isort invocation - #389

Merged
pwnage101 merged 1 commit into
mainfrom
pwnage101/fix-isort-invocation
Aug 31, 2026
Merged

chore: upgrade python requirements and fix isort invocation#389
pwnage101 merged 1 commit into
mainfrom
pwnage101/fix-isort-invocation

Conversation

@pwnage101

@pwnage101 pwnage101 commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

isort's --recursive flag has been deprecated and a no-op for a long time. It's finally a fatal error, forcing us to remove it.

This also removes the "test_settings.py" arg which points to a file which doesn't exist anymore.

This also contains the result of make upgrade.

Note for reviewers: This does NOT need a version bump because it results in no change to the published package.

isort's --recursive flag has been deprecated and a no-op for a long
time. It's finally a fatal error, forcing us to remove it.
Comment thread Makefile
pycodestyle openedx_filters *.py
ruff check openedx_filters *.py
isort --check-only --diff --recursive test_utils openedx_filters *.py test_settings.py
isort --check-only --diff test_utils openedx_filters *.py

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only line I changed manually.

@felipemontoya felipemontoya left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found this in a different repo I also maintain. This looks good

@pwnage101
pwnage101 merged commit b8f89fa into main Aug 31, 2026
11 checks passed
@pwnage101
pwnage101 deleted the pwnage101/fix-isort-invocation branch August 31, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants