Skip to content

Bump black from 25.1.0 to 25.9.0 #88

Bump black from 25.1.0 to 25.9.0

Bump black from 25.1.0 to 25.9.0 #88

Workflow file for this run

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