Skip to content

Commit 13f0bd5

Browse files
committed
need to run urlchecker-check
Signed-off-by: vsoch <[email protected]>
1 parent 88fbb32 commit 13f0bd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: urlchecker
22
name: urlchecker
33
description: Look for broken URLs in your static files
4-
entry: urlchecker
4+
entry: urlchecker-check
55
language: python
66
language_version: python3
77
files: '\.(rst|md|markdown|py|tex)$'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ your repository:
1212
```yaml
1313
repos:
1414
- repo: https://github.com/urlstechie/pre-commit
15-
rev: 0.0.1
15+
rev: 0.0.11
1616
hooks:
1717
- id: urlchecker-check
1818
additional_dependencies: [urlchecker>=0.0.28]
@@ -25,7 +25,7 @@ customize the run:
2525
```yaml
2626
repos:
2727
- repo: https://github.com/urlstechie/pre-commit
28-
rev: 0.0.1
28+
rev: 0.0.11
2929
hooks:
3030
- id: urlchecker-check
3131
additional_dependencies: [urlchecker>=0.0.28]
@@ -44,7 +44,7 @@ And then you can run:
4444
$ pre-commit run
4545
```
4646

47-
or install to your repository:
47+
...or install to your repository:
4848

4949
```bash
5050
$ pre-commit install

0 commit comments

Comments
 (0)