diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..37721e3 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,12 @@ +- id: toml-sort + name: toml-sort + entry: toml-sort + args: [--check] + language: python + types: [toml] +- id: toml-sort-fix + name: toml-sort-fix + entry: toml-sort + args: [--in-place] + language: python + types: [toml]