mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
github workflow: link to dead end in flake8 discussion
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user