Skip to content

Switch to ruff for linting and formatting, full refactoring for pyright. #26

Switch to ruff for linting and formatting, full refactoring for pyright.

Switch to ruff for linting and formatting, full refactoring for pyright. #26

name: Linters
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2
- run: poetry install
- name: Lint
run: poetry run poe lint