Skip to content

Add null value coalescing options to MetricInputMeasure protocol #429

Add null value coalescing options to MetricInputMeasure protocol

Add null value coalescing options to MetricInputMeasure protocol #429

Workflow file for this run

name: Pre-commit Hooks
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
pre-commit:
name: Run Pre-commit Hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-python-env
- name: Run Pre-commit Hooks
run: hatch run dev-env:pre-commit run --show-diff-on-failure --color=always --all-files