From dc9146b3a33bbfd8e2a268bfedc55022e2effe5c Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Mon, 30 Sep 2024 21:41:55 -0400 Subject: [PATCH] Update flake8 --- .github/workflows/main.yml | 4 ++-- docs/developer-setup/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f48b48f..ef38f545 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,7 +140,7 @@ jobs: sudo apt update sudo apt remove python3-urllib3 python3-distro sudo apt install -y doxygen clang-tidy-15 gcovr - sudo pip3 install conan==1.63.0 black==23.1.0 flake8==6.0.0 --break-system-packages + sudo pip3 install conan==1.63.0 black==23.1.0 flake8==7.1.1 --break-system-packages # Could not figure out how to add Chocolatey libraries to the PATH automatically with refreshenv, so # hardcoding their locations instead. Followed these instructions for adding to the PATH on PowerShell: @@ -152,7 +152,7 @@ jobs: run: | choco install -y conan --version 1.63.0 choco install -y llvm --version=15.0.7 --allow-downgrade - pip3 install black==23.1.0 flake8==6.0.0 requests + pip3 install black==23.1.0 flake8==7.1.1 requests echo "C:/Program Files/conan/conan" >> $env:GITHUB_PATH # Note: CMAKE_BUILD_TYPE is only used by Linux. It is ignored for Windows. diff --git a/docs/developer-setup/README.md b/docs/developer-setup/README.md index 407d812c..9257a9b5 100644 --- a/docs/developer-setup/README.md +++ b/docs/developer-setup/README.md @@ -64,7 +64,7 @@ See [Linux](#linux) or [Windows](#windows) for step-by-step installation instruc ``` - Install `black` and `flake8` ```sh - pip3 install black==23.1.0 flake8==6.0.0 + pip3 install black==23.1.0 flake8==7.1.1 ``` - Add symlinks the clang-15 tools so that the correct version is chosen when running `clang-format`, `clang-tidy`, etc ```sh @@ -127,7 +127,7 @@ There are two ways to install prerequisites for Windows, [manually](#install-man ``` - Install `black` and `flake8` ```sh - pip3 install black==23.1.0 flake8==6.0.0 + pip3 install black==23.1.0 flake8==7.1.1 ``` - Install `colorama` to enable color diff support ```sh @@ -181,7 +181,7 @@ There are two ways to install prerequisites for Windows, [manually](#install-man ``` - Install `black` and `flake8` ```sh - pip3 install black==23.1.0 flake8==6.0.0 + pip3 install black==23.1.0 flake8==7.1.1 ``` - Install `colorama` to enable color diff support ```sh