File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)$'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ your repository:
1212``` yaml
1313repos :
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
2626repos :
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
You can’t perform that action at this time.
0 commit comments