Skip to content

breaking: allowmean and allowdrift True by default in AutoARIMA #1394

breaking: allowmean and allowdrift True by default in AutoARIMA

breaking: allowmean and allowdrift True by default in AutoARIMA #1394

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: "3.10"
- name: Install linters
run: pip install black 'nbdev<2.3.26' pre-commit
- name: Run pre-commit
run: pre-commit run --files python/statsforecast/*