File tree 4 files changed +6
-3
lines changed
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 @@ -95,7 +95,7 @@ pyms-lc-esi
95
95
:target: https://github.com/GunShotMatch/pyms-lc-esi/commit/master
96
96
:alt: GitHub last commit
97
97
98
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
98
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
99
99
:alt: Maintenance
100
100
101
101
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/pyms-lc-esi
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pyms-lc-esi
101
101
:last-commit:
102
102
:alt: GitHub last commit
103
103
104
- .. |maintained | maintained-shield :: 2023
104
+ .. |maintained | maintained-shield :: 2024
105
105
:alt: Maintenance
106
106
107
107
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change 85
85
flake8-dunder-all>=0.1.1
86
86
flake8-encodings>=0.1.0
87
87
flake8-github-actions>=0.1.0
88
- flake8-noqa>=1.1.0
88
+ flake8-noqa>=1.1.0,<=1.2.2
89
89
flake8-pyi>=20.10.0,<=22.8.0
90
90
flake8-pytest-style>=1.3.0
91
91
flake8-quotes>=3.3.0
You can’t perform that action at this time.
0 commit comments