[binutils-gdb] pre-commit autoupdate

Simon Marchi simark@sourceware.org
Thu Apr 24 19:34:48 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=745cf6b7862d1bbf256a3d8b68d4942a13118c38

commit 745cf6b7862d1bbf256a3d8b68d4942a13118c38
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Thu Apr 24 14:48:33 2025 -0400

    pre-commit autoupdate
    
    Run `pre-commit autoupdate`.  This brings in new versions of isort and
    flake8.
    
    Change-Id: I55f8b51b100e090e9a210338f46e10cf131a4aa7
    Approved-By: Tom Tromey <tom@tromey.com>

Diff:
---
 .pre-commit-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f432d51de0e..b55685b5f70 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
         types_or: [file]
         files: 'gdb/.*\.py(\.in)?$'
   - repo:  https://github.com/pycqa/flake8
-    rev: 7.1.1
+    rev: 7.2.0
     hooks:
     - id: flake8
       types_or: [file]
@@ -60,7 +60,7 @@ repos:
       files: '^gdb/(gdb-gdb\.py\.in|[^/]+\.py|python/.+\.py|testsuite/[^/]+\.py)$'
       args: [--config, gdb/setup.cfg]
   - repo: https://github.com/pycqa/isort
-    rev: 6.0.0
+    rev: 6.0.1
     hooks:
     - id: isort
       types_or: [file]


More information about the Binutils-cvs mailing list