Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] authored Apr 18, 2023
1 parent 9a37ca2 commit c1e57a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1e57a8

Please sign in to comment.