File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 54
54
- id : flake2lint
55
55
56
56
- repo : https://github.com/pre-commit/pygrep-hooks
57
- rev : v1.9 .0
57
+ rev : v1.10 .0
58
58
hooks :
59
59
- id : python-no-eval
60
60
- id : rst-backticks
70
70
- --keep-runtime-typing
71
71
72
72
- repo : https://github.com/Lucas-C/pre-commit-hooks
73
- rev : v1.3 .1
73
+ rev : v1.5 .1
74
74
hooks :
75
75
- id : remove-crlf
76
76
- id : forbid-crlf
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
88
89
89
- repo : https://github.com/domdfcoding/dep_checker
90
- rev : v0.7.0
90
+ rev : v0.7.1
91
91
hooks :
92
92
- id : dep_checker
93
93
args :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ domdf_python_tools
29
29
* - Other
30
30
- |license | |language | |requires |
31
31
32
- .. |docs | image :: https://img.shields.io/readthedocs/domdf_python_tools /latest?logo=read-the-docs
33
- :target: https://domdf_python_tools .readthedocs.io/en/latest
32
+ .. |docs | image :: https://img.shields.io/readthedocs/domdf-python-tools /latest?logo=read-the-docs
33
+ :target: https://domdf-python-tools .readthedocs.io/en/latest
34
34
:alt: Documentation Build Status
35
35
36
36
.. |docs_check | image :: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ domdf_python_tools
34
34
- |license | |language | |requires |
35
35
36
36
.. |docs | rtfd-shield ::
37
- :project: domdf_python_tools
37
+ :project: domdf-python-tools
38
38
:alt: Documentation Build Status
39
39
40
40
.. |docs_check | actions-shield ::
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ file = "LICENSE"
41
41
Homepage = " https://github.com/domdfcoding/domdf_python_tools"
42
42
"Issue Tracker" = " https://github.com/domdfcoding/domdf_python_tools/issues"
43
43
"Source Code" = " https://github.com/domdfcoding/domdf_python_tools"
44
- Documentation = " https://domdf_python_tools .readthedocs.io/en/latest"
44
+ Documentation = " https://domdf-python-tools .readthedocs.io/en/latest"
45
45
46
46
[project .optional-dependencies ]
47
47
dates = [ " pytz>=2019.1" ,]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ long_description_content_type = text/x-rst
18
18
platforms = Windows, macOS, Linux
19
19
url = https://github.com/domdfcoding/domdf_python_tools
20
20
project_urls =
21
- Documentation = https://domdf_python_tools .readthedocs.io/en/latest
21
+ Documentation = https://domdf-python-tools .readthedocs.io/en/latest
22
22
Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
23
23
Source Code = https://github.com/domdfcoding/domdf_python_tools
24
24
classifiers =
You can’t perform that action at this time.
0 commit comments