]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
pre-commit: autoupdate
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 17:03:09 +0000 (13:03 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 17:07:59 +0000 (13:07 -0400)
Run `pre-commit autoupdate`.

Change-Id: I6623a61b7d1e827360854e825d84c5608a68e07b

.pre-commit-config.yaml

index 722307d01011d938f3dd179a89b8a9e1a324153f..87726aeb758e1270c3a37f48a7d4d67ca1b8f887 100644 (file)
@@ -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]