diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5079b0f..7b884c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,8 +20,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: trailing-whitespace - id: check-toml + - id: check-toml id: check-yaml id: detect-private-key id: end-of-file-fixer + id: trailing-whitespace