Skip to content

typing: GIRepository 2.0: Update (regenerate) #23

typing: GIRepository 2.0: Update (regenerate)

typing: GIRepository 2.0: Update (regenerate) #23

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:
options: "--check --verbose"
src: "."
version: "~= 25.1"
- uses: isort/isort-action@v1
- uses: astral-sh/ruff-action@v3
with:
src: "."
version: 0.9.10