Skip to content

Commit e7d0bca

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/auth/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ 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-
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)