From: Tom Tromey Date: Wed, 27 Aug 2025 19:28:11 +0000 (-0600) Subject: Bump flake8 version X-Git-Tag: gdb-17-branchpoint~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=470742e018977db69a899eb10a6edd536993f2a8;p=thirdparty%2Fbinutils-gdb.git Bump flake8 version "pre-commit autoupdate" pointed out that a newer version of flake8 has been released. This patch applies the update. No code changes were needed. Approved-By: Simon Marchi --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16c7505bc13..a4a8a5fa1ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: types_or: [file] files: 'gdb/.*\.py(\.in)?$' - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 types_or: [file]