From: Tom Tromey Date: Wed, 8 Oct 2025 14:06:45 +0000 (-0600) Subject: Bump 'isort' version for pre-commit X-Git-Tag: binutils-2_46~1337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b891d4c95d799e6b5a3c1e9b8287bc151999275a;p=thirdparty%2Fbinutils-gdb.git Bump 'isort' version for pre-commit "pre-commit autoupdate" showed that there is a new version of isort available. This patch updates the config. No other changes were needed. --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e3f2b8900..b0964f52838 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,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.1 + rev: 6.1.0 hooks: - id: isort types_or: [file]