diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ca22c3..ca931b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - id: flake2lint - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-no-eval - id: rst-backticks @@ -70,7 +70,7 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.1 hooks: - id: remove-crlf - id: forbid-crlf @@ -87,7 +87,7 @@ repos: exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ - repo: https://github.com/domdfcoding/dep_checker - rev: v0.7.0 + rev: v0.7.1 hooks: - id: dep_checker args: diff --git a/README.rst b/README.rst index eecb562..6f3c9d5 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,8 @@ repo_helper_devenv * - Other - |license| |language| |requires| -.. |docs| image:: https://img.shields.io/readthedocs/repo_helper_devenv/latest?logo=read-the-docs - :target: https://repo_helper_devenv.readthedocs.io/en/latest +.. |docs| image:: https://img.shields.io/readthedocs/repo-helper-devenv/latest?logo=read-the-docs + :target: https://repo-helper-devenv.readthedocs.io/en/latest :alt: Documentation Build Status .. |docs_check| image:: https://github.com/repo-helper/repo_helper_devenv/workflows/Docs%20Check/badge.svg diff --git a/doc-source/index.rst b/doc-source/index.rst index a1d97c2..b023087 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -31,7 +31,7 @@ repo_helper_devenv - |license| |language| |requires| .. |docs| rtfd-shield:: - :project: repo_helper_devenv + :project: repo-helper-devenv :alt: Documentation Build Status .. |docs_check| actions-shield:: diff --git a/pyproject.toml b/pyproject.toml index 820f9de..8a2c201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ file = "LICENSE" Homepage = "https://github.com/repo-helper/repo_helper_devenv" "Issue Tracker" = "https://github.com/repo-helper/repo_helper_devenv/issues" "Source Code" = "https://github.com/repo-helper/repo_helper_devenv" -Documentation = "https://repo_helper_devenv.readthedocs.io/en/latest" +Documentation = "https://repo-helper-devenv.readthedocs.io/en/latest" [tool.sphinx-pyproject] github_username = "repo-helper"