Skip to content

Bump the ci-dependencies group with 4 updates (#866) #1301

Bump the ci-dependencies group with 4 updates (#866)

Bump the ci-dependencies group with 4 updates (#866) #1301

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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.10'
- name: Install linters
run: pip install black nbdev pre-commit
- name: Run pre-commit
run: pre-commit run --files statsforecast/*