diff --git a/scripts/fix-ruff.sh b/scripts/fix-ruff.sh new file mode 100755 index 000000000..892f6d405 --- /dev/null +++ b/scripts/fix-ruff.sh @@ -0,0 +1,4 @@ +ruff format src +ruff format examples +ruff format tests +ruff check --select I --fix \ No newline at end of file