Landing: fc3afcdce424

Project / Subsystem

binutils / binutils/pre-commit

Date

2026-07-28

Author

Tom de Vries <vries@sourceware.org>

Commit

fc3afcdce4245d5a084bc84b8f048c7c610b0d8d

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils/pre-commit
patch_id
commit_hash
fc3afcdce4245d5a084bc84b8f048c7c610b0d8d
source_type
public_inbox
headline
Add yamllint hook to pre-commit configuration.
tldr
Introduces yamllint as a pre-commit hook to lint the configuration file itself.
author
Tom de Vries <vries@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • binutils
  • pre-commit
  • linting
discussion_id_link
bugzilla_pr
date
2026-07-28T00:00:00.000Z

A new pre-commit hook using yamllint has been added to the .pre-commit-config.yaml file. This hook is specifically configured to lint the .pre-commit-config.yaml file itself, ensuring that the configuration for pre-commit hooks remains well-formatted and adheres to YAML standards.