Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test-protocols: ## Generates and runs the restJson1 protocol tests.


lint-py: ## Runs linters and formatters on the python packages.
uv run docformatter packages --in-place || true
uv run ruff check packages --fix --config pyproject.toml
uv run ruff format packages --config pyproject.toml

Expand Down
Loading