File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
jobs :
20
20
post_create_environment :
21
21
- pip install .
22
+ post_install :
23
+ - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24
+ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ sphinx-pyproject
109
109
:target: https://github.com/sphinx-toolbox/sphinx-pyproject/commit/master
110
110
:alt: GitHub last commit
111
111
112
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
112
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
113
113
:alt: Maintenance
114
114
115
115
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/sphinx-pyproject
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sphinx-pyproject
114
114
:last-commit:
115
115
:alt: GitHub last commit
116
116
117
- .. |maintained | maintained-shield :: 2023
117
+ .. |maintained | maintained-shield :: 2024
118
118
:alt: Maintenance
119
119
120
120
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ deps =
125
125
flake8-dunder-all>=0.1.1
126
126
flake8-encodings>=0.1.0
127
127
flake8-github-actions>=0.1.0
128
- flake8-noqa>=1.1.0
128
+ flake8-noqa>=1.1.0,<=1.2.2
129
129
flake8-pyi>=20.10.0,<=22.8.0
130
130
flake8-pytest-style>=1.3.0
131
131
flake8-quotes>=3.3.0
You can’t perform that action at this time.
0 commit comments