Skip to content

Commit aeadeaf

Browse files
committed
Use fork of pydocstyle patched to allow missing docstring on stubs.
1 parent a46c2f2 commit aeadeaf

22 files changed

+22
-22
lines changed

repo_helper/files/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def testenv_lint(self) -> None:
531531
"git+https://github.com/domdfcoding/flake8-rst-docstrings.git",
532532
"git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods",
533533
"git+https://github.com/python-formate/flake8-missing-annotations.git",
534-
"pydocstyle>=6.0.0",
534+
"git+https://github.com/domdfcoding/pydocstyle.git",
535535
"pygments>=2.7.1",
536536
"importlib_metadata<4.5.0; python_version<'3.8'"
537537
])

tests/test_files/test_testing_/test_make_tox_matrix.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ deps =
111111
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
112112
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
113113
git+https://github.com/python-formate/flake8-missing-annotations.git
114-
pydocstyle>=6.0.0
114+
git+https://github.com/domdfcoding/pydocstyle.git
115115
pygments>=2.7.1
116116
importlib_metadata<4.5.0; python_version<'3.8'
117117
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_devmode_devmode_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_devmode_no_devmode_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deps =
104104
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
105105
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
106106
git+https://github.com/python-formate/flake8-missing-annotations.git
107-
pydocstyle>=6.0.0
107+
git+https://github.com/domdfcoding/pydocstyle.git
108108
pygments>=2.7.1
109109
importlib_metadata<4.5.0; python_version<'3.8'
110110
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_docs_docs_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_docs_no_docs_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ deps =
101101
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
102102
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
103103
git+https://github.com/python-formate/flake8-missing-annotations.git
104-
pydocstyle>=6.0.0
104+
git+https://github.com/domdfcoding/pydocstyle.git
105105
pygments>=2.7.1
106106
importlib_metadata<4.5.0; python_version<'3.8'
107107
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_tests_no_tests_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ deps =
105105
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
106106
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
107107
git+https://github.com/python-formate/flake8-missing-annotations.git
108-
pydocstyle>=6.0.0
108+
git+https://github.com/domdfcoding/pydocstyle.git
109109
pygments>=2.7.1
110110
importlib_metadata<4.5.0; python_version<'3.8'
111111
commands = python3 -m flake8_rst_docstrings_sphinx hello_world --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_enable_tests_tests_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_mypy_deps_mypy_deps0_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_mypy_deps_mypy_deps1_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_mypy_version_0_782_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_mypy_version_0_790_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_py_modules_py_modules0_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world.py tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_py_modules_py_modules1_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_python_deploy_version_3_6_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_python_deploy_version_3_7_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_python_deploy_version_3_8_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_stubs_package_no_stubs_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_stubs_package_stubs_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world-stubs tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_tox_testenv_extras__.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
110110
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
111111
git+https://github.com/python-formate/flake8-missing-annotations.git
112-
pydocstyle>=6.0.0
112+
git+https://github.com/domdfcoding/pydocstyle.git
113113
pygments>=2.7.1
114114
importlib_metadata<4.5.0; python_version<'3.8'
115115
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tests/test_files/test_testing_/test_tox_tox_testenv_extras_extra_a_.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ deps =
111111
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
112112
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
113113
git+https://github.com/python-formate/flake8-missing-annotations.git
114-
pydocstyle>=6.0.0
114+
git+https://github.com/domdfcoding/pydocstyle.git
115115
pygments>=2.7.1
116116
importlib_metadata<4.5.0; python_version<'3.8'
117117
commands = python3 -m flake8_rst_docstrings_sphinx hello_world tests --allow-toolbox {posargs}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ deps =
128128
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
129129
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
130130
git+https://github.com/python-formate/flake8-missing-annotations.git
131-
pydocstyle>=6.0.0
131+
git+https://github.com/domdfcoding/pydocstyle.git
132132
pygments>=2.7.1
133133
importlib_metadata<4.5.0; python_version<'3.8'
134134
commands = python3 -m flake8_rst_docstrings_sphinx repo_helper tests --allow-toolbox {posargs}

0 commit comments

Comments
 (0)