diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cc85a1..1e581fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,16 @@ default_language_version: python: python3.13 repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: check-added-large-files + - id: check-toml + - id: check-yaml + args: + - --unsafe + - id: end-of-file-fixer + - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.9.1 @@ -13,4 +23,4 @@ repos: - id: ruff-format ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks - autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate \ No newline at end of file + autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate