Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #937

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #937

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
container: python
steps:
- run: pip install black
- uses: actions/checkout@v4
- run: black --check --target-version py310 .