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/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, 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