Skip to content

Bump mako from 1.3.0 to 1.3.2 #49

Bump mako from 1.3.0 to 1.3.2

Bump mako from 1.3.0 to 1.3.2 #49

Workflow file for this run

name: Python linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.12.1"