Skip to content

Commit

Permalink
qx
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Dec 23, 2024
1 parent 4b0c53f commit dd69206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ clean-docs:

## Run format against the project documentation.
format-docs:
poetry run ruff format docs/docs
poetry run ruff check --fix docs/docs
poetry run ruff format docs/
poetry run ruff check --fix docs/

# Check the docs for linting violations
lint-docs:
poetry run ruff format --check docs/docs
poetry run ruff check docs/docs
poetry run ruff format --check docs
poetry run ruff check docs/

codespell:
./docs/codespell_notebooks.sh .
Expand Down

0 comments on commit dd69206

Please sign in to comment.