Skip to content

mypy: Enable --warn-unused-ignores and remove unused ignores #1412

mypy: Enable --warn-unused-ignores and remove unused ignores

mypy: Enable --warn-unused-ignores and remove unused ignores #1412

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
- 'releases/**'
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_ci:
name: Run CI
uses: ./.github/workflows/CI.yml
permissions:
checks: write
pull-requests: write