Landing: 06653836fdd3

Project / Subsystem

binutils / binutils

Date

2026-07-18

Author

Tom de Vries <vries@sourceware.org>

Commit

06653836fdd33ac59d42d7dd6ae27c5f3a71080f

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils
patch_id
commit_hash
06653836fdd33ac59d42d7dd6ae27c5f3a71080f
source_type
public_inbox
headline
Configure isort hook to run only on pre-commit stage.
tldr
Pre-commit hook for isort is configured to run only during the pre-commit stage.
author
Tom de Vries <vries@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • pre-commit
  • python
  • code-formatting
discussion_id_link
bugzilla_pr
date
2026-07-18T00:00:00.000Z

The isort code formatting hook was previously running during the manual stage, in addition to the intended pre-commit stage. This commit explicitly sets the stages for the isort hook to only include ‘pre-commit’. This change ensures that isort runs at the expected point in the commit process, preventing unnecessary checks.