Skip to content

Speed up tests by gently patching mido to not do useless work #31

Speed up tests by gently patching mido to not do useless work

Speed up tests by gently patching mido to not do useless work #31

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
env:
RUFF_OUTPUT_FORMAT: github