Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

馃寪 [i18n-KO] Translated inspect_runs.md to Korean #3122

馃寪 [i18n-KO] Translated inspect_runs.md to Korean

馃寪 [i18n-KO] Translated inspect_runs.md to Korean #3122

Workflow file for this run

name: Quality Check
on: [pull_request]
env:
UV_SYSTEM_PYTHON: 1
jobs:
check_code_quality:
runs-on: ubuntu-latest
env:
UV_HTTP_TIMEOUT: 600 # max 10min to install deps
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.12"
# Setup venv
- name: Setup uv
run: |
pip install --upgrade uv
- name: Install dependencies
run: uv pip install "smolagents[quality] @ ."
# Equivalent of "make quality" but step by step
- run: ruff check examples src tests # linter
- run: ruff format --check examples src tests # formatter
Morty Proxy This is a proxified and sanitized view of the page, visit original site.