Skip to content

Commit 7bfd022

Browse files
Merge 37421d1 into 97e0290
2 parents 97e0290 + 37421d1 commit 7bfd022

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ consolekit
108108
:target: https://github.com/domdfcoding/consolekit/commit/master
109109
:alt: GitHub last commit
110110

111-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
111+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
112112
:alt: Maintenance
113113

114114
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/consolekit

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ consolekit
114114
:last-commit:
115115
:alt: GitHub last commit
116116

117-
.. |maintained| maintained-shield:: 2025
117+
.. |maintained| maintained-shield:: 2026
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::

tests/test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from pytest_regressions.file_regression import FileRegressionFixture
1010

1111
# this package
12-
from consolekit import click_command
1312
import consolekit
13+
from consolekit import click_command
1414
from consolekit.options import (
1515
ChoiceOption,
1616
DescribedArgument,

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ deps =
112112
flake8-dunder-all>=0.1.1
113113
flake8-encodings>=0.1.0
114114
flake8-github-actions>=0.1.0
115-
flake8-noqa>=1.1.0,<=1.2.2
115+
git+https://github.com/python-formate/flake8-noqa.git@v1.2.2-python-formate.0
116116
flake8-pyi>=20.10.0,<=22.8.0
117117
flake8-pytest-style>=1.3.0,<2
118118
flake8-quotes>=3.3.0
@@ -121,7 +121,7 @@ deps =
121121
flake8-strftime>=0.1.1
122122
flake8-typing-imports>=1.10.0
123123
flake8-params>=0.1.0
124-
flake8-commas>=2.1.0
124+
git+https://github.com/python-formate/flake8-commas.git@2.1.0-python-formate.0
125125
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
126126
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
127127
git+https://github.com/domdfcoding/flake8-rst-docstrings.git

0 commit comments

Comments
 (0)