Restore a comment in github workflows

This commit is contained in:
Klaas van Schelven
2024-09-13 14:29:49 +02:00
parent 8ae2510a2a
commit e3be6146a2

View File

@@ -17,7 +17,7 @@ jobs:
- name: "Set up Python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.11" # below 3.12 to avoid false positives inside f-string
- name: Install Flake8
run: |
python -m pip install --upgrade flake8