Skip to content

boot-utils: Enable EM rule set and preview mode for ruff #355

boot-utils: Enable EM rule set and preview mode for ruff

boot-utils: Enable EM rule set and preview mode for ruff #355

Workflow file for this run

# Run several Python linters on all Python files in this repository
name: Lint checks
on: [push, pull_request]
jobs:
python:
strategy:
fail-fast: false
matrix:
version: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9']
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
with:
python_version: ${{ matrix.version }}
ty: true