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: pylint
on: [push]
permissions:
contents: read
jobs:
run-pylint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Runs pylint
run: pylint pyrwgps