Run isort with --profile black
This commit is contained in:
@@ -29,7 +29,7 @@ if [[ $file_type = "javascript" || \
|
||||
syntax_error_retval=2
|
||||
elif [[ $file_type == "python" ]]; then
|
||||
|
||||
out=$(pipx run isort --check $file 2>/dev/null)
|
||||
out=$(pipx run isort --profile black --check $file 2>/dev/null)
|
||||
isort_retval="$?"
|
||||
|
||||
success_retval=0
|
||||
|
||||
Reference in New Issue
Block a user