Thanks to visit codestin.com
Credit goes to lib.rs

8 releases (1 stable)

1.0.0 Apr 5, 2026
0.4.0 Aug 21, 2024
0.2.0 Apr 23, 2024
0.1.0 Jun 2, 2023
0.0.5 May 14, 2023

#1523 in Encoding

MIT/Apache

19KB
369 lines

Pre-commit sort

CI Release pre-commit.ci status

Rust validation, sort, deduplication and formatting for .pre-commit-config.yaml and .pre-commit-hooks.yaml files.

Standalone validation

pre-commit-sort

Use as pre-commit hook

Add this to the repo section of your .pre-commit-config.yaml:

- repo: https://github.com/nim65s/pre-commit-sort
  rev: v1.0.0
  hooks:
  - id: pre-commit-sort

(This addition can be automated with pre-commit-sort -i)

Installation

pre-commit will install this project automatically for you if you only want to use the hook. But if you want a standalone version:

cargo binstall pre-commit-sort

Dependencies

~2.4–3.5MB
~70K SLoC