diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05b579b..2099529 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.31.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -15,7 +15,7 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.0.1"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.3.3" + rev: "v3.4.2" hooks: - id: prettier name: Prettier diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index ff2fb7c..cbc2f08 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,10 +1,10 @@ -- id: pyproject-fmt - name: pyproject-fmt - description: '' - entry: pyproject-fmt - language: python - 'files': (^|/)pyproject\.toml$ - args: [] - require_serial: false - additional_dependencies: [] - minimum_pre_commit_version: '0' +- id: pyproject-fmt + name: pyproject-fmt + description: "" + entry: pyproject-fmt + language: python + "files": (^|/)pyproject\.toml$ + args: [] + require_serial: false + additional_dependencies: [] + minimum_pre_commit_version: "0"