Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements (#345) #59

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements (#345)

Bump jinja2 from 3.1.3 to 3.1.4 in /requirements (#345) #59

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: python -m pip install black[jupyter]
- run: |
black . --check