Skip to content

Bump astral-sh/setup-uv from 3.1.6 to 3.1.7 in the ci-dependencies gr… #1417

Bump astral-sh/setup-uv from 3.1.6 to 3.1.7 in the ci-dependencies gr…

Bump astral-sh/setup-uv from 3.1.6 to 3.1.7 in the ci-dependencies gr… #1417

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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/*