]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Bump flake8 version
authorTom Tromey <tromey@adacore.com>
Wed, 27 Aug 2025 19:28:11 +0000 (13:28 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 28 Aug 2025 15:01:33 +0000 (09:01 -0600)
"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 <simon.marchi@efficios.com>
.pre-commit-config.yaml

index 16c7505bc13e8d83466f688836f175823b85ca1c..a4a8a5fa1efd31b7aa77251488976045cf63571b 100644 (file)
@@ -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]