Fixing the ruff script to also try to fix docstrings.

This commit is contained in:
Filipi Fuchter
2025-07-02 16:19:57 -03:00
parent c19f9bc43a
commit 3de271161c

View File

@@ -2,4 +2,4 @@ ruff format src
ruff format examples
ruff format tests
ruff format scripts
ruff check --select I --fix
ruff check --select I,D --fix