Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #561

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #561

Workflow file for this run

# Run linting and basic file format checks
name: Lint
on:
pull_request:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "."
version: "24.8.0"