[binutils-gdb] pre-commit: autoupdate

Simon Marchi simark@sourceware.org
Mon Aug 12 17:08:17 GMT 2024


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

commit 3fc9d4e2e5a90158f1506d84b3486da1c3529177
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Mon Aug 12 13:03:09 2024 -0400

    pre-commit: autoupdate
    
    Run `pre-commit autoupdate`.
    
    Change-Id: I6623a61b7d1e827360854e825d84c5608a68e07b

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 722307d0101..87726aeb758 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,13 +2,13 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 24.4.2
+    rev: 24.8.0
     hooks:
       - id: black
         types_or: [file]
         files: 'gdb/.*\.py(\.in)?$'
   - repo:  https://github.com/pycqa/flake8
-    rev: 7.0.0
+    rev: 7.1.1
     hooks:
     - id: flake8
       types_or: [file]


More information about the Binutils-cvs mailing list