diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9da3d9a..c2d50d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,14 @@ fail_fast: true repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 + hooks: + - id: check-json + - id: check-toml + - id: check-yaml + - id: trailing-whitespace + - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.11.0 hooks: