Skip to content

chore(deps): update dependency dev/mypy to v1.10.0 (#2476) #4086

chore(deps): update dependency dev/mypy to v1.10.0 (#2476)

chore(deps): update dependency dev/mypy to v1.10.0 (#2476) #4086

Workflow file for this run

on: [ push, pull_request ]
name: flake8 linting (15 ignores)
jobs:
flake8:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8
- name: Lint with flake8
run: flake8