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 5876f0f commit b1c31e3Copy full SHA for b1c31e3
Makefile
@@ -5,6 +5,9 @@ check-all: ## Run all lint checks and unittest
5
@echo "[Notice] If you'd like to run commands with same env to CI, please run \`tox\`."
6
@bash ci.sh
7
8
+.PHONY: check
9
+check: lint format
10
+
11
.PHONY: lint
12
lint:
13
python -m ruff check .
0 commit comments