Fixing the ruff script to also try to fix docstrings.
This commit is contained in:
@@ -2,4 +2,4 @@ ruff format src
|
|||||||
ruff format examples
|
ruff format examples
|
||||||
ruff format tests
|
ruff format tests
|
||||||
ruff format scripts
|
ruff format scripts
|
||||||
ruff check --select I --fix
|
ruff check --select I,D --fix
|
||||||
Reference in New Issue
Block a user