diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 942f259..2649116 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,11 @@ repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace + - repo: https://github.com/astral-sh/uv-pre-commit # uv version. rev: 0.10.7