We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent f4ee48b commit 7672e29Copy full SHA for 7672e29
README.md
@@ -16,7 +16,7 @@ See [pre-commit](https://github.com/pre-commit/pre-commit) for instructions
16
Sample `.pre-commit-config.yaml`:
17
18
```yaml
19
-- repo: https://github.com/mxr/sync-pre-commit-deps
+- repo: https://github.com/pre-commit/sync-pre-commit-deps
20
rev: v0.0.2
21
hooks:
22
- id: sync-pre-commit-deps
setup.cfg
@@ -4,7 +4,7 @@ version = 0.0.2
4
description = apply a consistent format to `setup.cfg` files
5
long_description = file: README.md
6
long_description_content_type = text/markdown
7
-url = https://github.com/mxr/sync-pre-commit-deps
+url = https://github.com/pre-commit/sync-pre-commit-deps
8
author = Max R
9
author_email = [email protected]
10
license = MIT
0 commit comments