Skip to content

Commit

Permalink
chore: ensure example format after build
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Jun 4, 2024
1 parent 26a0e60 commit 87c2989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pyo3-opentelemetry-lib/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'''

[tasks.python-check]
dependencies = ["python-build"]
dependencies = ["python-build", "python-format"]
script = '''
poetry run black . --check
poetry run ruff .
Expand All @@ -27,7 +27,7 @@
'''

[tasks.python-test]
dependencies = ["python-build"]
dependencies = ["python-build", "python-format"]
script = '''
mkdir -p pyo3_opentelemetry_lib/test/__artifacts__
poetry run pytest .
Expand Down

0 comments on commit 87c2989

Please sign in to comment.