"...multilingual-e5_pytorch.git" did not exist on "f8c2051c95ec30fbbc0d4467d3137227081f26c4"
Commit 7a091d47 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

format-isort: remove unnecessary --overwrite-in-place flag

this flag was added added only recently which produces an error when used, for example, on Debian 12
parent 2758151d
......@@ -92,8 +92,7 @@ lint-isort:
results/ experiments/
format-isort:
isort --overwrite-in-place \
--skip experiments/simbricks/orchestration/utils/graphlib.py \
isort --skip experiments/simbricks/orchestration/utils/graphlib.py \
results/ experiments/
lint: lint-cpplint lint-clang-format lint-python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment