Skip to content

Commit b7b1b9c

Browse files
Fix typo in example (#277)
* Fix typo in example The current example in the README points to a non-existant repository. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5ea7a26 commit b7b1b9c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-hooks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: pyproject-fmt
2-
name: pyproject-fmt
3-
description: ''
4-
entry: pyproject-fmt
5-
language: python
6-
'files': (^|/)pyproject\.toml$
7-
args: []
8-
require_serial: false
9-
additional_dependencies: []
10-
minimum_pre_commit_version: '0'
1+
- id: pyproject-fmt
2+
name: pyproject-fmt
3+
description: ""
4+
entry: pyproject-fmt
5+
language: python
6+
"files": (^|/)pyproject\.toml$
7+
args: []
8+
require_serial: false
9+
additional_dependencies: []
10+
minimum_pre_commit_version: "0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mirror of [`pyproject-fmt`](https://github.com/tox-dev/toml-fmt/tree/main/pyproj
1010
Add it to your `.pre-commit-config.yaml`:
1111

1212
```yaml
13-
- repo: https://github.com/pre-commit/pyproject-fmt
13+
- repo: https://github.com/tox-dev/pyproject-fmt
1414
rev: "" # Use the sha / tag you want to point at
1515
hooks:
1616
- id: pyproject-fmt

0 commit comments

Comments
 (0)