Commit 8644ccbf authored by Jim Newsome's avatar Jim Newsome
Browse files

CI: update flake8 to 7.3.0

parent 0210c6a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -353,8 +353,8 @@ python-lint:
    BLACK_VERSION: 24.10.0
    # Most recent as of 2025-09-11
    MYPY_VERSION: 1.17.1
    # Most recent as of 2024-10-28
    FLAKE8_VERSION: 7.1.1
    # Most recent as of 2025-09-11
    FLAKE8_VERSION: 7.3.0
  script:
  # We don't really need chutney itself installed, but we do need
  # its dependencies so that mypy can see their relevant types.