Skip to content

pip prod(deps): update distributed requirement from <2025.9.2 to <2025.10.1 #8901

pip prod(deps): update distributed requirement from <2025.9.2 to <2025.10.1

pip prod(deps): update distributed requirement from <2025.9.2 to <2025.10.1 #8901

Workflow file for this run

name: Flake8
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.10
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8-pyproject
- name: Lint with flake8
run: |
flake8 --builtins=ArgumentError .