Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading