build: environment: python: version: 3.11.2 virtualenv: false dependencies: override: - "pip install uv && uv sync --frozen --no-progress --only-group test" nodes: analysis: tests: override: - py-scrutinizer-run coverage: tests: override: - command: 'uv run --no-progress --with coverage coverage run --source=weitersager -m pytest tests' coverage: file: '.coverage' format: 'py-cc' checks: python: duplicate_code: false
# language: python checks: python: {} build: nodes: analysis: tests: override: - py-scrutinizer-run - command: pylint-run use_website_config: true