Landing: 9dd9c10463a5
Project / Subsystem
binutils / binutils/pre-commit
Date
2026-07-28
Author
Tom de Vries <vries@sourceware.org>
Commit
9dd9c10463a561aaeb7de78bdc8a8b4ad0138352
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/pre-commit
- patch_id
- —
- commit_hash
- 9dd9c10463a561aaeb7de78bdc8a8b4ad0138352
- source_type
- public_inbox
- headline
- Fix yamllint errors in pre-commit configuration.
- tldr
- Corrects YAML formatting issues in `.pre-commit-config.yaml` to comply with yamllint rules.
- author
- Tom de Vries <vries@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • binutils
- • pre-commit
- • linting
- • yaml
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-28T00:00:00.000Z
This commit addresses several YAML formatting errors detected by yamllint within the .pre-commit-config.yaml file. The fixes include adding a missing document start marker, correcting indentation, and resolving whitespace issues, ensuring the configuration file is properly formatted and lintable.