Skip to content

Bump tomlkit from 0.12.3 to 0.12.4 (#130) #444

Bump tomlkit from 0.12.3 to 0.12.4 (#130)

Bump tomlkit from 0.12.3 to 0.12.4 (#130) #444

Workflow file for this run

name: Lint with Black
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "22.8.0"