Skip to content

Bump ruff from 0.11.13 to 0.12.7 #82

Bump ruff from 0.11.13 to 0.12.7

Bump ruff from 0.11.13 to 0.12.7 #82

name: 'pytype check (self-hosted)'
on:
push:
workflow_dispatch:
jobs:
check:
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v2'
- name: 'pytypes checker'
uses: 'theahura/pytypes-action@main'
with:
args: '-d import-error'