8000 Updated files with 'repo_helper'. (#100) · domdfcoding/domdf_python_tools@500b2b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 500b2b2

Browse files
Updated files with 'repo_helper'. (#100)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 8e3e1c3 commit 500b2b2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: flake2lint
5555

5656
- repo: https://github.com/pre-commit/pygrep-hooks
57-
rev: v1.9.0
57+
rev: v1.10.0
5858
hooks:
5959
- id: python-no-eval
6060
- id: rst-backticks
@@ -70,7 +70,7 @@ repos:
7070
- --keep-runtime-typing
7171

7272
- repo: https://github.com/Lucas-C/pre-commit-hooks
73-
rev: v1.3.1
73+
rev: v1.5.1
7474
hooks:
7575
- id: remove-crlf
7676
- id: forbid-crlf
@@ -87,7 +87,7 @@ repos:
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8888

8989
- repo: https://github.com/domdfcoding/dep_checker
90-
rev: v0.7.0
90+
rev: v0.7.1
9191
hooks:
9292
- id: dep_checker
9393
args:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ domdf_python_tools
2929
* - Other
3030
- |license| |language| |requires|
3131

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
3434
:alt: Documentation Build Status
3535

3636
.. |docs_check| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ domdf_python_tools
3434
- |license| |language| |requires|
3535

3636
.. |docs| rtfd-shield::
37-
:project: domdf_python_tools
37+
:project: domdf-python-tools
3838
:alt: Documentation Build Status
3939

4040
.. |docs_check| actions-shield::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ file = "LICENSE"
4141
Homepage = "https://github.com/domdfcoding/domdf_python_tools"
4242
"Issue Tracker" = "https://github.com/domdfcoding/domdf_python_tools/issues"
4343
"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"
4545

4646
[project.optional-dependencies]
4747
dates = [ "pytz>=2019.1",]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ long_description_content_type = text/x-rst
1818
platforms = Windows, macOS, Linux
1919
url = https://github.com/domdfcoding/domdf_python_tools
2020
project_urls =
21-
Documentation = https://domdf_python_tools.readthedocs.io/en/latest
21+
Documentation = https://domdf-python-tools.readthedocs.io/en/latest
2222
Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
2323
Source Code = https://github.com/domdfcoding/domdf_python_tools
2424
classifiers =

0 commit comments

Comments
 (0)
0