diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c01d26e961..2aa207dd57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,10 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: check-ast + - id: check-builtin-literals + - id: check-case-conflict + - id: check-docstring-first - id: check-symlinks - id: end-of-file-fixer - id: trailing-whitespace @@ -17,14 +21,14 @@ repos: - id: check-yaml - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier files: \.(json|yml|yaml)$ exclude: schemas/json-schema-draft-07.json - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-jsonschema alias: check-jsonschema-inst