From 25a067b3f5e1f5d653c512245f433863f4e3bf8a Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:25:37 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- README.rst | 2 +- doc-source/index.rst | 2 +- tox.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d90a13f..0ce3ad4 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ consolekit :target: https://github.com/domdfcoding/consolekit/commit/master :alt: GitHub last commit -.. |maintained| image:: https://img.shields.io/maintenance/yes/2025 +.. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance .. |pypi-downloads| image:: https://img.shields.io/pypi/dm/consolekit diff --git a/doc-source/index.rst b/doc-source/index.rst index 7950e0d..92f5e3f 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -114,7 +114,7 @@ consolekit :last-commit: :alt: GitHub last commit - .. |maintained| maintained-shield:: 2025 + .. |maintained| maintained-shield:: 2026 :alt: Maintenance .. |pypi-downloads| pypi-shield:: diff --git a/tox.ini b/tox.ini index db0fd57..e2d3297 100644 --- a/tox.ini +++ b/tox.ini @@ -112,7 +112,7 @@ deps = flake8-dunder-all>=0.1.1 flake8-encodings>=0.1.0 flake8-github-actions>=0.1.0 - flake8-noqa>=1.1.0,<=1.2.2 + git+https://github.com/python-formate/flake8-noqa.git@v1.2.2-python-formate.0 flake8-pyi>=20.10.0,<=22.8.0 flake8-pytest-style>=1.3.0,<2 flake8-quotes>=3.3.0 @@ -121,7 +121,7 @@ deps = flake8-strftime>=0.1.1 flake8-typing-imports>=1.10.0 flake8-params>=0.1.0 - flake8-commas>=2.1.0 + git+https://github.com/python-formate/flake8-commas.git@2.1.0-python-formate.0 git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git git+https://github.com/domdfcoding/flake8-rst-docstrings.git From 37421d1f896a70bd06f545e8ad179f1426d33a8f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:27:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_options.py b/tests/test_options.py index 4d55188..a05360b 100644 --- a/tests/test_options.py +++ b/tests/test_options.py @@ -9,8 +9,8 @@ from pytest_regressions.file_regression import FileRegressionFixture # this package -from consolekit import click_command import consolekit +from consolekit import click_command from consolekit.options import ( ChoiceOption, DescribedArgument,