We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f856db commit 0dcd70eCopy full SHA for 0dcd70e
2 files changed
README.rst
@@ -105,7 +105,6 @@ To install with ``pip``:
105
106
.. end installation
107
108
-
109
Use with GitHub Actions
110
----------------------------
111
tox.ini
@@ -71,8 +71,9 @@ deps =
71
git+https://github.com/domdfcoding/flake8-quotes.git
72
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
73
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
74
+ git+https://github.com/domdfcoding/flake8-github-actions
75
pygments>=2.7.1
-commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions --allow-toolbox
76
+commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions --allow-toolbox {posargs}
77
78
[testenv:mypy]
79
basepython = python3.6
0 commit comments