Skip to content

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs (#49) #130

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs (#49)

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs (#49) #130

Workflow file for this run

name: pre-commit
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Lint with Ruff
run: ruff .