Skip to content

Commit a29e1d4

Browse files
committed
Updated config files.
1 parent c51e444 commit a29e1d4

File tree

5 files changed

+8
-20
lines changed

5 files changed

+8
-20
lines changed

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2628
known_first_party = flake8_github_action

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

repo_helper.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ python_versions:
2020
- 3.8
2121
- 3.9
2222

23-
2423
additional_ignore:
2524
- action.py
25+
26+
keywords:
27+
- flake8
28+
- github
29+
- github-actions

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ name = flake8-github-action
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
14-
keywords =
14+
keywords = flake8, github, github-actions
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
1818
url = https://github.com/domdfcoding/flake8-github-action
1919
project_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
2322
classifiers =

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ setenv =
3939
PYTHONDEVMODE = 1
4040
commands = 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]
5243
skip_install = True
5344
changedir = {toxinidir}

0 commit comments

Comments
 (0)