diff --git a/.github/workflows/matrix-publisher.yml b/.github/workflows/matrix-publisher.yml index eae49bf0..44f14f4c 100644 --- a/.github/workflows/matrix-publisher.yml +++ b/.github/workflows/matrix-publisher.yml @@ -13,6 +13,7 @@ on: workflow_dispatch: inputs: dry_run: + type: choice description: Dry run mode required: true options: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67548a44..d68bad03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ fail_fast: true exclude: ^(notebooks/|scripts/|.github/|docs/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -31,13 +31,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black + # Latest version is just ugly and does the opposite of a linter rev: 22.3.0 hooks: - id: black exclude: docs_gen/ - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: diff --git a/README.md b/README.md index 5e015549..eb34d6c3 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Licensed under the [MIT License][license] [wiki]: https://github.com/thevickypedia/Jarvis/wiki [release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst [gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment -[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml +[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml [gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml [webpage]: https://vigneshrao.com/ [webpage_contact]: https://vigneshrao.com/contact @@ -250,7 +250,7 @@ Licensed under the [MIT License][license] [label-stats-Make]: https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile [label-actions-pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg -[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg +[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml/badge.svg [label-actions-markdown]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml/badge.svg [label-pypi]: https://img.shields.io/pypi/v/jarvis-ironman diff --git a/docs/README.html b/docs/README.html index 393a3526..c61d84c1 100644 --- a/docs/README.html +++ b/docs/README.html @@ -82,7 +82,7 @@
Deployments
diff --git a/docs/README.md b/docs/README.md index 5e015549..eb34d6c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -197,7 +197,7 @@ Licensed under the [MIT License][license] [wiki]: https://github.com/thevickypedia/Jarvis/wiki [release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst [gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment -[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml +[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml [gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml [webpage]: https://vigneshrao.com/ [webpage_contact]: https://vigneshrao.com/contact @@ -250,7 +250,7 @@ Licensed under the [MIT License][license] [label-stats-Make]: https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile [label-actions-pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg -[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg +[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml/badge.svg [label-actions-markdown]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml/badge.svg [label-pypi]: https://img.shields.io/pypi/v/jarvis-ironman diff --git a/docs/_sources/README.md.txt b/docs/_sources/README.md.txt index 5e015549..eb34d6c3 100644 --- a/docs/_sources/README.md.txt +++ b/docs/_sources/README.md.txt @@ -197,7 +197,7 @@ Licensed under the [MIT License][license] [wiki]: https://github.com/thevickypedia/Jarvis/wiki [release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst [gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment -[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml +[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml [gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml [webpage]: https://vigneshrao.com/ [webpage_contact]: https://vigneshrao.com/contact @@ -250,7 +250,7 @@ Licensed under the [MIT License][license] [label-stats-Make]: https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile [label-actions-pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg -[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg +[label-actions-pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/matrix-publisher.yml/badge.svg [label-actions-markdown]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown.yml/badge.svg [label-pypi]: https://img.shields.io/pypi/v/jarvis-ironman diff --git a/docs/index.html b/docs/index.html index 3cb7d34c..c9e58d8e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3614,7 +3614,7 @@
A unique key value pair of custom phrase as key and an embedded dict of function name and phrase.
+A unique key value pair, of custom phrase as key and an embedded dict of function name and phrase.
Dict[str, Dict[str, str]]
@@ -5731,7 +5731,7 @@