@@ -21,15 +21,17 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
2121 * - Docs
2222 - |docs | |docs_check |
2323 * - Tests
24- - |actions_linux | |actions_windows | |actions_macos | |coveralls | | codefactor | | pre_commit_ci |
24+ - |actions_linux | |actions_windows | |actions_macos | |coveralls |
2525 * - PyPI
2626 - |pypi-version | |supported-versions | |supported-implementations | |wheel |
2727 * - Anaconda
2828 - |conda-version | |conda-platform |
2929 * - Activity
30- - |commits-latest | |commits-since | |maintained |
30+ - |commits-latest | |commits-since | |maintained | |pypi-downloads |
31+ * - QA
32+ - |codefactor | |actions_flake8 | |actions_mypy | |pre_commit_ci |
3133 * - Other
32- - |license | |language | |requires | | pre_commit |
34+ - |license | |language | |requires |
3335
3436.. |docs | image :: https://img.shields.io/readthedocs/repo_helper/latest?logo=read-the-docs
3537 :target: https://docs.repo-helper.uk
@@ -51,6 +53,14 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
5153 :target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22macOS%22
5254 :alt: macOS Test Status
5355
56+ .. |actions_flake8 | image :: https://github.com/domdfcoding/repo_helper/workflows/Flake8/badge.svg
57+ :target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22Flake8%22
58+ :alt: Flake8 Status
59+
60+ .. |actions_mypy | image :: https://github.com/domdfcoding/repo_helper/workflows/mypy/badge.svg
61+ :target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22mypy%22
62+ :alt: mypy status
63+
5464.. |requires | image :: https://requires.io/github/domdfcoding/repo_helper/requirements.svg?branch=master
5565 :target: https://requires.io/github/domdfcoding/repo_helper/requirements/?branch=master
5666 :alt: Requirements Status
@@ -105,9 +115,9 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
105115.. |maintained | image :: https://img.shields.io/maintenance/yes/2020
106116 :alt: Maintenance
107117
108- .. |pre_commit | image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
109- :target: https://github.com/pre-commit/pre-commit
110- :alt: pre-commit
118+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/repo_helper
119+ :target: https://pypi.org/project/repo_helper/
120+ :alt: PyPI - Downloads
111121
112122.. |pre_commit_ci | image :: https://results.pre-commit.ci/badge/github/domdfcoding/repo_helper/master.svg
113123 :target: https://results.pre-commit.ci/latest/github/domdfcoding/repo_helper/master
0 commit comments