Skip to content

Commit

Permalink
Scripts: Use isort as a module instead of as an executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Jul 15, 2024
1 parent b791da7 commit 8e0c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ else
toml-sort --in-place "${PROJ_PATH}/pyproject.toml"
fi
python -m autoflake --remove-all-unused-imports --in-place --recursive ./mdreftidy
isort ./mdreftidy
python -m isort ./mdreftidy

# vulture ./mdreftidy

0 comments on commit 8e0c6f4

Please sign in to comment.