Skip to content

[FIX] Code refactoring #1473

[FIX] Code refactoring

[FIX] Code refactoring #1473

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 # 5.2.0
with:
python-version: 3.8
- name: Install dependencies
run: pip install black nbdev==2.3.25 pre-commit
- name: Run pre-commit
run: pre-commit run --files neuralforecast/*