Skip to content

#280: Fix unicode max diameter #1401

#280: Fix unicode max diameter

#280: Fix unicode max diameter #1401

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: flake8
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
flake8:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.14
- run: pip install flake8
- run: flake8 --max-line-length=120 .