diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d773812..56d10bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,8 +55,12 @@ repos: - id: tomlq name: toml Format description: Formats Toml files - entry: echo tomlq . -ti + entry: tomlq -S -ti . language: system - types: + types_or: - toml + - cargo exclude: '\.lock$' + stages: + - manual + - pre-commit