-
-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Description
Since #569 here, https://github.com/pappasam/toml-sort is now inadvertently sorting my uv.lock. From the issue #578, the resolution was to configure files.
Here is toml-sort's current .pre-commit-hooks.yaml:
- id: toml-sort
name: toml-sort
entry: toml-sort
args: [--check]
language: python
types: [toml]So should the resolution be for toml-sort to exclude uv.lock using a files filter?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels