diff options
| author | Tom Tromey <tromey@adacore.com> | 2025-10-08 08:06:45 -0600 |
|---|---|---|
| committer | Tom Tromey <tromey@adacore.com> | 2025-10-08 08:09:13 -0600 |
| commit | b891d4c95d799e6b5a3c1e9b8287bc151999275a (patch) | |
| tree | a71df296c111b517c9e3f79d2d20f86f91367dab | |
| parent | 84f8be0d9c8ce30bf56eb9e14ce6fe012125fa53 (diff) | |
| download | binutils-b891d4c95d799e6b5a3c1e9b8287bc151999275a.zip binutils-b891d4c95d799e6b5a3c1e9b8287bc151999275a.tar.gz binutils-b891d4c95d799e6b5a3c1e9b8287bc151999275a.tar.bz2 | |
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.
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e3f2b..b0964f5 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] |
