Skip to content

chore(deps): bump mypy from 1.18.2 to 1.19.0 (#1403) #1150

chore(deps): bump mypy from 1.18.2 to 1.19.0 (#1403)

chore(deps): bump mypy from 1.18.2 to 1.19.0 (#1403) #1150

Workflow file for this run

name: Run flake8 validation
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
python-version: ["3.14"]
permissions:
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Run flake8 verification
run: |
./scripts/run_flake8.sh