From c0b458c2cd2cfb4cfea4c257f45dfb15db9c5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:51:08 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-flake8-action from 1.3 to 2.0 Bumps [WIPACrepo/wipac-dev-flake8-action](https://github.com/wipacrepo/wipac-dev-flake8-action) from 1.3 to 2.0. - [Release notes](https://github.com/wipacrepo/wipac-dev-flake8-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-flake8-action/compare/v1.3...v2.0) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-flake8-action dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wipac-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index b13e15e..b15053b 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - - uses: WIPACrepo/wipac-dev-flake8-action@v1.3 + - uses: WIPACrepo/wipac-dev-flake8-action@v2.0 with: max-function-length: 400 max-complexity: 25 # ideal is ~10-15