Skip to content

Commit ae22b59

Browse files
committed
Fix typo in example
The current example in the README points to a non-existant repository.
1 parent 5ea7a26 commit ae22b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)