Skip to content

[FIX] raise_exception_nbeats_h=1_with_stacks #1100

[FIX] raise_exception_nbeats_h=1_with_stacks

[FIX] raise_exception_nbeats_h=1_with_stacks #1100

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@v2
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip install black nbdev pre-commit
- name: Run pre-commit
run: pre-commit run --files neuralforecast/*