Skip to content

fix: avoid mutating input field attrs in regrid (#47) #142

fix: avoid mutating input field attrs in regrid (#47)

fix: avoid mutating input field attrs in regrid (#47) #142

Workflow file for this run

name: Run pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'poetry'
- run: poetry install --only dev
- run: poetry run pre-commit run --all-files