diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26de91f..0aa6805 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.34.0 + rev: 0.34.1 hooks: - id: check-github-workflows args: ["--verbose"] 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"