mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(tools): update command line for isort to follow the 100 line length
This commit is contained in:
@@ -37,7 +37,7 @@ do
|
||||
done
|
||||
|
||||
for SRC_DIR in "${DIRS[@]}"; do
|
||||
isort --profile black ${CHECK:+"$CHECK"} "${SRC_DIR}"
|
||||
isort -l 100 --profile black ${CHECK:+"$CHECK"} "${SRC_DIR}"
|
||||
((FAILURES+=$?))
|
||||
black -l 100 ${CHECK:+"$CHECK"} "${SRC_DIR}"
|
||||
((FAILURES+=$?))
|
||||
|
||||
Reference in New Issue
Block a user