Skip to content

Add CRPS for the negative binomial distribution #6

Add CRPS for the negative binomial distribution

Add CRPS for the negative binomial distribution #6

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
- name: Set up Python
uses: actions/setup-python@v5
- name: Run pre-commit hooks
run: uvx pre-commit run --all-files