Skip to content

repo-sync-2023-08-08T15:56:58+0800 #2

repo-sync-2023-08-08T15:56:58+0800

repo-sync-2023-08-08T15:56:58+0800 #2

Workflow file for this run

---
name: Python Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
jupyter: true
version: "23.1"