Skip to content

Commit

Permalink
Update flake8 config in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 26, 2020
1 parent 9de19aa commit bc94317
Show file tree
Hide file tree
Showing 129 changed files with 387 additions and 258 deletions.
5 changes: 3 additions & 2 deletions repo_helper/files/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,12 @@ def testenv_lint(self):
"git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf",
"git+https://github.com/domdfcoding/flake8-quotes.git",
"git+https://github.com/domdfcoding/flake8-rst-docstrings.git",
"git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git",
"git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2",
"git+https://github.com/domdfcoding/flake8-github-actions",
"pygments>=2.7.1",
])
# cmd = f"flake8 {' '.join(self.get_source_files())} --format=rst-toolbox"
cmd = f"python3 -m flake8_rst_docstrings_sphinx {' '.join(self.get_source_files())} --allow-toolbox"
cmd = f"python3 -m flake8_rst_docstrings_sphinx {' '.join(self.get_source_files())} --allow-toolbox {{posargs}}"
self._ini["testenv:lint"]["commands"] = cmd

def testenv_mypy(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ deps =
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
git+https://github.com/domdfcoding/flake8-quotes.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
git+https://github.com/domdfcoding/flake8-github-actions
pygments>=2.7.1
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
Expand Down
Loading

0 comments on commit bc94317

Please sign in to comment.