Skip to content

Commit

Permalink
chore: update isort command to remove deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Oct 20, 2023
1 parent 4f2e3f7 commit e7bb5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ commands =
mypy
pycodestyle openedx_learning openedx_tagging tests manage.py setup.py
pydocstyle openedx_learning openedx_tagging tests manage.py setup.py
isort --check-only --diff --recursive tests test_utils openedx_learning openedx_tagging manage.py setup.py test_settings.py
isort --check-only --diff tests test_utils openedx_learning openedx_tagging manage.py setup.py test_settings.py
make selfcheck

[testenv:pii_check]
Expand Down

0 comments on commit e7bb5ba

Please sign in to comment.