Skip to content

Use ruff and pyproject.toml (#33) #62

Use ruff and pyproject.toml (#33)

Use ruff and pyproject.toml (#33) #62

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0