diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3cea51..fe6c7cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,20 @@ repos: hooks: - id: ruff - id: ruff-format + +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 # Use the ref you want to point at + hooks: + - id: trailing-whitespace + - id: check-added-large-files + - id: check-case-conflict + - id: check-executables-have-shebangs + - id: check-json + - id: check-merge-conflict + - id: check-symlinks + - id: check-toml + - id: check-yaml + - id: debug-statements + - id: forbid-submodules + - id: mixed-line-ending + #- id: no-commit-to-branch