Skip to content

feat: add GroupedArray._greatest_autocovariance to estimate season length #19

feat: add GroupedArray._greatest_autocovariance to estimate season length

feat: add GroupedArray._greatest_autocovariance to estimate season length #19

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v3.1.6
- name: Run linters
run: uvx pre-commit run --all-files