Skip to content

Commit c4a1544

Browse files
committed
chore: remove ruff from auth tests, root one is able to catch errors
1 parent 7746580 commit c4a1544

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/auth/Makefile

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

5-
tests: ruff mypy pytest
5+
tests: 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-
149
pytest: start-infra
1510
uv run --package supabase_auth pytest --cov=./ --cov-report=xml --cov-report=html -vv
1611

0 commit comments

Comments
 (0)