Skip to content

chore: ignore ruff warnings for import-outside-top-level #130

chore: ignore ruff warnings for import-outside-top-level

chore: ignore ruff warnings for import-outside-top-level #130

Workflow file for this run

---
name: "Pre-commit"
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: mozilla-releng/actions/pre-commit@main