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>
This commit is contained in:
Simon Marchi
2025-04-24 14:48:33 -04:00
parent 8ecfa4e5f8
commit 745cf6b786

View File

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