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" diff --git a/README.md b/README.md index a16265e..7f28838 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Mirror of [`pyproject-fmt`](https://github.com/tox-dev/toml-fmt/tree/main/pyproj Add it to your `.pre-commit-config.yaml`: ```yaml -- repo: https://github.com/pre-commit/pyproject-fmt +- repo: https://github.com/tox-dev/pyproject-fmt rev: "" # Use the sha / tag you want to point at hooks: - id: pyproject-fmt