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?
Since #569 here, https://github.com/pappasam/toml-sort is now inadvertently sorting my
uv.lock. From the issue #578, the resolution was to configurefiles.Here is
toml-sort's current.pre-commit-hooks.yaml:So should the resolution be for
toml-sortto excludeuv.lockusing afilesfilter?