# lint > Run ruff linting and format checking - Author: Benson Osei Mensah - Repository: bensonOSei/linkdedin_mcp - Version: 20260201122241 - Stars: 3 - Forks: 1 - Last Updated: 2026-02-06 - Source: https://github.com/bensonOSei/linkdedin_mcp - Web: https://mule.run/skillshub/@@bensonOSei/linkdedin_mcp~lint:20260201122241 --- --- description: Run ruff linting and format checking allowed-tools: Bash --- # /lint Run linting and format checks. ## Steps 1. Run `uv run ruff check src/ tests/` from the project root 2. Run `uv run ruff format --check src/ tests/` 3. Report any lint or format errors found