Skip to content

Commit

Permalink
make snippet checker code nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 17, 2024
1 parent c2db880 commit 87a2b20
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ format:
# poetry run isort ./

test-and-lint-snippets:
cd docs/tools && poetry run python check_embedded_snippets.py
cd docs/tools && poetry run python check_embedded_snippets.py full
poetry run mypy --config-file mypy.ini docs/website docs/examples docs/tools --exclude docs/tools/lint_setup
poetry run flake8 --max-line-length=200 docs/website docs/examples docs/tools
cd docs/website/docs && poetry run pytest --ignore=node_modules
Expand Down
Loading

0 comments on commit 87a2b20

Please sign in to comment.