Skip to content

[Feat] Adds VN1 notebook #1700

[Feat] Adds VN1 notebook

[Feat] Adds VN1 notebook #1700

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.10"
- name: Install linters
run: pip install black "fastcore<1.8.0" "nbdev<2.3.26" pre-commit
- name: Run pre-commit
run: pre-commit run --files python/statsforecast/*