We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b612468 commit 4d43643Copy full SHA for 4d43643
Makefile
@@ -21,7 +21,6 @@ test-protocols: ## Generates and runs the restJson1 protocol tests.
21
22
23
lint-py: ## Runs linters and formatters on the python packages.
24
- uv run docformatter packages --in-place || true
25
uv run ruff check packages --fix --config pyproject.toml
26
uv run ruff format packages --config pyproject.toml
27
0 commit comments