Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps): bump black from 22.12.0 to 24.3.0 #74

build(deps): bump black from 22.12.0 to 24.3.0

build(deps): bump black from 22.12.0 to 24.3.0 #74

Workflow file for this run

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