Skip to content

Use Ruff for linting and import sorting #1

Use Ruff for linting and import sorting

Use Ruff for linting and import sorting #1

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.0