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 =
16
16
apeye
17
17
attrs
18
18
click
19
+ consolekit
19
20
domdf_python_tools
20
21
dulwich
21
22
flake8
22
23
flake8_json
23
24
github
24
25
github3_py
25
26
requests
27
+ typing_extensions
26
28
known_first_party = flake8_github_action
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ flake8-github-action
15
15
:stub-columns: 1
16
16
:widths: 10 90
17
17
18
- * - Docs
19
- - |docs | |docs_check |
20
18
* - Tests
21
19
- |travis | |actions_windows | |actions_macos | |codefactor | |pre_commit_ci |
22
20
@@ -25,13 +23,7 @@ flake8-github-action
25
23
* - Other
26
24
- |license | |language | |requires | |pre_commit |
27
25
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
31
26
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
35
27
36
28
.. |travis | image :: https://github.com/domdfcoding/flake8-github-action/workflows/Linux%20Tests/badge.svg
37
29
: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:
20
20
- 3.8
21
21
- 3.9
22
22
23
-
24
23
additional_ignore :
25
24
- 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
11
11
author = Dominic Davis-Foster
12
12
author_email = dominic@davis-foster.co.uk
13
13
license = MIT License
14
- keywords =
14
+ keywords = flake8, github, github-actions
15
15
long_description = file: README.rst
16
16
long_description_content_type = text/x-rst
17
17
platforms = Windows, macOS, Linux
18
18
url = https://github.com/domdfcoding/flake8-github-action
19
19
project_urls =
20
- Documentation = https://flake8-github-action.readthedocs.io
21
20
Issue_Tracker = https://github.com/domdfcoding/flake8-github-action/issues
22
21
Source_Code = https://github.com/domdfcoding/flake8-github-action
23
22
classifiers =
Original file line number Diff line number Diff line change @@ -39,15 +39,6 @@ setenv =
39
39
PYTHONDEVMODE = 1
40
40
commands = python --version
41
41
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
-
51
42
[testenv:build]
52
43
skip_install = True
53
44
changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments