diff --git a/scripts/fix-ruff.sh b/scripts/fix-ruff.sh index 6bd24300d..d913ffb65 100755 --- a/scripts/fix-ruff.sh +++ b/scripts/fix-ruff.sh @@ -2,4 +2,4 @@ ruff format src ruff format examples ruff format tests ruff format scripts -ruff check --select I --fix \ No newline at end of file +ruff check --select I,D --fix \ No newline at end of file