File tree Expand file tree Collapse file tree 5 files changed +8
-20
lines changed
Expand file tree Collapse file tree 5 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ known_third_party =
1616 apeye
1717 attrs
1818 click
19+ consolekit
1920 domdf_python_tools
2021 dulwich
2122 flake8
2223 flake8_json
2324 github
2425 github3_py
2526 requests
27+ typing_extensions
2628known_first_party = flake8_github_action
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ flake8-github-action
1515 :stub-columns: 1
1616 :widths: 10 90
1717
18- * - Docs
19- - |docs | |docs_check |
2018 * - Tests
2119 - |travis | |actions_windows | |actions_macos | |codefactor | |pre_commit_ci |
2220
@@ -25,13 +23,7 @@ flake8-github-action
2523 * - Other
2624 - |license | |language | |requires | |pre_commit |
2725
28- .. |docs | image :: https://img.shields.io/readthedocs/flake8-github-action/latest?logo=read-the-docs
29- :target: https://flake8-github-action.readthedocs.io/en/latest/?badge=latest
30- :alt: Documentation Build Status
3126
32- .. |docs_check | image :: https://github.com/domdfcoding/flake8-github-action/workflows/Docs%20Check/badge.svg
33- :target: https://github.com/domdfcoding/flake8-github-action/actions?query=workflow%3A%22Docs+Check%22
34- :alt: Docs Check Status
3527
3628.. |travis | image :: https://github.com/domdfcoding/flake8-github-action/workflows/Linux%20Tests/badge.svg
3729 :target: https://github.com/domdfcoding/flake8-github-action/actions?query=workflow%3A%22Linux+Tests%22
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ python_versions:
2020 - 3.8
2121 - 3.9
2222
23-
2423additional_ignore :
2524 - action.py
25+
26+ keywords :
27+ - flake8
28+ - github
29+ - github-actions
Original file line number Diff line number Diff line change @@ -11,13 +11,12 @@ name = flake8-github-action
1111author = Dominic Davis-Foster
1212author_email = dominic@davis-foster.co.uk
1313license = MIT License
14- keywords =
14+ keywords = flake8, github, github-actions
1515long_description = file: README.rst
1616long_description_content_type = text/x-rst
1717platforms = Windows, macOS, Linux
1818url = https://github.com/domdfcoding/flake8-github-action
1919project_urls =
20- Documentation = https://flake8-github-action.readthedocs.io
2120 Issue_Tracker = https://github.com/domdfcoding/flake8-github-action/issues
2221 Source_Code = https://github.com/domdfcoding/flake8-github-action
2322classifiers =
Original file line number Diff line number Diff line change @@ -39,15 +39,6 @@ setenv =
3939 PYTHONDEVMODE = 1
4040commands = python --version
4141
42- [testenv:docs]
43- setenv = SHOW_TODOS = 1
44- basepython = python3.8
45- changedir = {toxinidir}/doc-source
46- deps =
47- -r{toxinidir}/requirements.txt
48- -r{toxinidir}/doc-source/requirements.txt
49- commands = sphinx-build -M html . ./build {posargs}
50-
5142[testenv:build]
5243skip_install = True
5344changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments