Skip to content

Formatted the PyGTK code in README.md as Ruff would. (#6) #24

Formatted the PyGTK code in README.md as Ruff would. (#6)

Formatted the PyGTK code in README.md as Ruff would. (#6) #24

Workflow file for this run

name: lint
on: [push, workflow_dispatch]
jobs:
lint:
name: lint on ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: pipx install hatch
- run: hatch fmt --check