[pushed] pre-commit: autoupdate
Simon Marchi
simon.marchi@efficios.com
Mon Aug 12 17:08:34 GMT 2024
Run `pre-commit autoupdate`.
Change-Id: I6623a61b7d1e827360854e825d84c5608a68e07b
---
.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 722307d01011..87726aeb758e 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]
base-commit: 250f1bbaf33e25da8b6beaf2e0e8a46c46127b1b
--
2.46.0
More information about the Gdb-patches
mailing list