Skip to content

Commit 5cca4e6

Browse files
committed
wrong version urlchecker
Signed-off-by: vsoch <[email protected]>
1 parent fbae978 commit 5cca4e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ your repository:
1212
```yaml
1313
repos:
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
2121
You can add additional args (those you would add to the check command) to further
@@ -25,10 +25,10 @@ customize the run:
2525
```yaml
2626
repos:
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
3434
Note that the `--files` argument that previously accepted patterns for urlchecker

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = urlchecker_check
3-
version = 0.0.0
3+
version = 0.0.1
44
description = Run urlchecker to check urls in your static files
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -23,7 +23,7 @@ classifiers =
2323
[options]
2424
py_modules = urlchecker_check
2525
install_requires =
26-
urlchecker>=0.0.29
26+
urlchecker>=0.0.28
2727
python_requires = >=3.7
2828

2929
[options.entry_points]

0 commit comments

Comments
 (0)