Use black to lint notebooks and docs for now. (#12679)

Due to #12677 having lots of errors for the time being.
This commit is contained in:
Predrag Gruevski
2023-10-31 17:51:05 -04:00
committed by GitHub
parent bd668fcea1
commit f7f35a9102
4 changed files with 9 additions and 7 deletions

View File

@@ -43,10 +43,10 @@ spell_fix:
lint:
poetry run ruff docs templates cookbook
poetry run ruff format docs templates cookbook --diff
poetry run black docs templates cookbook --diff
format format_diff:
poetry run ruff format docs templates cookbook
poetry run black docs templates cookbook
poetry run ruff --select I --fix docs templates cookbook
######################