Skip to content

Fix internal error when processing warnings (#117) #306

Fix internal error when processing warnings (#117)

Fix internal error when processing warnings (#117) #306

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- uses: pre-commit/[email protected]