diff --git a/Makefile b/Makefile index c3c826baa..5e931e1c5 100644 --- a/Makefile +++ b/Makefile @@ -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