github workflow: link to dead end in flake8 discussion

This commit is contained in:
Klaas van Schelven
2025-03-31 16:29:36 +02:00
parent 9e683d8c9d
commit 57aea4af47

View File

@@ -22,7 +22,7 @@ jobs:
- name: "Set up Python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.11" # below 3.12 to avoid false positives inside f-string
python-version: "3.11" # below 3.12 to avoid false positives inside f-string; https://github.com/PyCQA/pycodestyle/issues/1260
- name: Install Flake8
run: |
python -m pip install --upgrade flake8