Skip to content

POC: start adding "repro snippets" for failed assertions #1009

POC: start adding "repro snippets" for failed assertions

POC: start adding "repro snippets" for failed assertions #1009

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit hook
uses: pre-commit/[email protected]