Skip to content

Merge branch 'fix-nonadditive' into mypy #342

Merge branch 'fix-nonadditive' into mypy

Merge branch 'fix-nonadditive' into mypy #342

Workflow file for this run

name: Ruff
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1