@@ -68,10 +68,8 @@ uv run pytest --cov=services,utils,orm,resolvers
```bash
# Run ruff linter
uv run ruff check .
# Run ruff formatter
uv run ruff format .
uv run ruff check . --select I
uv run ruff format --line-length=120
# Run mypy type checker
uv run mypy .
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.