diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd6a75d..30254a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,5 +41,5 @@ repos: - id: toml-sort name: toml-sort entry: poetry run toml-sort --check -a - types: [toml] + files: "^\\.pyproject\\.toml$" language: system