Skip to content

Commit 7746580

Browse files
committed
chore(auth): ensure ruff checks are run in tests
1 parent b42aa4d commit 7746580

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/auth/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ help::
22
@echo "Available commands"
33
@echo " help -- (default) print this message"
44

5-
tests: mypy pytest
5+
tests: ruff mypy pytest
66
help::
77
@echo " tests -- run all tests for supabase_auth"
88

9+
ruff:
10+
uv run ruff check tests src/supabase_auth
11+
help::
12+
@echo " ruff -- run ruff checks"
13+
914
pytest: start-infra
1015
uv run --package supabase_auth pytest --cov=./ --cov-report=xml --cov-report=html -vv
1116

0 commit comments

Comments
 (0)