File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 lint :
12- name : tagged-release
12+ name : lint
1313 runs-on : ubuntu-22.04
1414
1515 steps :
2222 with :
2323 python-version : " 3.8"
2424 cache : " pip"
25- - run : pip install -r requirements.txt
25+ - run : pip install -r release- requirements.txt
2626 - run : flake8 --ignore=E501,E203,W503
2727 - run : black .
2828 - run : rst-lint README.rst
Original file line number Diff line number Diff line change 11autopep8==2.0.4
2+ black==23.11.0
23bleach==6.0.0
3- certifi==2023.7.22
4+ certifi==2023.5.7
45charset-normalizer==3.1.0
6+ click==8.1.7
57colorama==0.4.6
68docutils==0.20.1
79flake8==6.1.0
@@ -14,7 +16,11 @@ markdown-it-py==2.2.0
1416mccabe==0.7.0
1517mdurl==0.1.2
1618more-itertools==9.1.0
19+ mypy-extensions==1.0.0
20+ packaging==23.2
21+ pathspec==0.11.2
1722pkginfo==1.9.6
23+ platformdirs==4.1.0
1824pycodestyle==2.11.1
1925pyflakes==3.1.0
2026Pygments==2.15.1
You can’t perform that action at this time.
0 commit comments