Skip to content

Bump tempfile from 3.14.0 to 3.15.0 #561

Bump tempfile from 3.14.0 to 3.15.0

Bump tempfile from 3.14.0 to 3.15.0 #561

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./src/python"
options: "--check --verbose"