From 91d92c67ba1c5e72376786bb6d53b5128bf77a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:17:38 +0000 Subject: [PATCH] build(deps): bump py-actions/flake8 from 1 to 2 Bumps [py-actions/flake8](https://github.com/py-actions/flake8) from 1 to 2. - [Release notes](https://github.com/py-actions/flake8/releases) - [Changelog](https://github.com/py-actions/flake8/blob/master/CHANGELOG.md) - [Commits](https://github.com/py-actions/flake8/compare/v1...v2) --- updated-dependencies: - dependency-name: py-actions/flake8 dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_code.yml b/.github/workflows/format_code.yml index 98a8bb308..7c65713a7 100644 --- a/.github/workflows/format_code.yml +++ b/.github/workflows/format_code.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.12" cache: "pip" - name: Run flake8 - uses: py-actions/flake8@v1 + uses: py-actions/flake8@v2 with: ignore: "F401,E501" args: "--exit-zero --select=E"