File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ your repository:
1212``` yaml
1313repos :
1414- repo : https://github.com/urlstechie/pre-commit
15- rev : 0.0.0
15+ rev : 0.0.1
1616 hooks :
1717 - id : urlchecker-check
18- additional_dependencies : [urlchecker>=0.0.29 ]
18+ additional_dependencies : [urlchecker>=0.0.28 ]
1919` ` `
2020
2121You can add additional args (those you would add to the check command) to further
@@ -25,10 +25,10 @@ customize the run:
2525` ` ` yaml
2626repos :
2727- repo : https://github.com/urlstechie/pre-commit
28- rev : 0.0.0
28+ rev : 0.0.1
2929 hooks :
3030 - id : urlchecker-check
31- additional_dependencies : [urlchecker>=0.0.29 ]
31+ additional_dependencies : [urlchecker>=0.0.28 ]
3232` ` `
3333
3434Note that the ` --files` argument that previously accepted patterns for urlchecker
Original file line number Diff line number Diff line change 11[metadata]
22name = urlchecker_check
3- version = 0.0.0
3+ version = 0.0.1
44description = Run urlchecker to check urls in your static files
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -23,7 +23,7 @@ classifiers =
2323[options]
2424py_modules = urlchecker_check
2525install_requires =
26- urlchecker>=0.0.29
26+ urlchecker>=0.0.28
2727python_requires = >=3.7
2828
2929[options.entry_points]
You can’t perform that action at this time.
0 commit comments