Skip to content

Bump the ci-dependencies group with 2 updates #576

Bump the ci-dependencies group with 2 updates

Bump the ci-dependencies group with 2 updates #576

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
with:
python-version: "3.10"
- name: Install dependencies
run: pip install uv && uv pip install --system pre-commit
- name: Run pre-commit
run: uv run pre-commit run --files hierarchicalforecast/*