Python lint: Upgrade to flake8=7.1.1 (#1497)

This commit is contained in:
Christian Clauss
2024-12-06 20:20:43 +01:00
committed by GitHub
parent ac2adfeac4
commit b644e2e6bb
2 changed files with 61 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ jobs:
apt-get update -q
apt-get install -q -y python3-pip
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install flake8==3.9.2
- run: python3 -m pip install flake8==7.1.1
- run: python3 -m flake8 --show-source --statistics --extend-exclude=./scripts
test-linux: