Skip to content

Bump black from 25.1.0 to 25.9.0 (#33) #89

Bump black from 25.1.0 to 25.9.0 (#33)

Bump black from 25.1.0 to 25.9.0 (#33) #89

Workflow file for this run

name: black
on: [push]
permissions:
contents: read
jobs:
run-black:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Runs black
run: black --check pyrwgps