Skip to content

Commit fe42323

Browse files
committed
Bump pydoclint to 0.3.1
This new release will not require a function `yield`ing `None` to have a `Yields:` section. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7a6802f commit fe42323

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev-flake8 = [
6464
"flake8 == 6.1.0",
6565
"flake8-docstrings == 1.7.0",
6666
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
67-
"pydoclint == 0.3.0",
67+
"pydoclint == 0.3.1",
6868
"pydocstyle == 6.3.0",
6969
]
7070
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dev-flake8 = [
6565
"flake8 == 6.1.0",
6666
"flake8-docstrings == 1.7.0",
6767
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
68-
"pydoclint == 0.3.0",
68+
"pydoclint == 0.3.1",
6969
"pydocstyle == 6.3.0",
7070
]
7171
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

src/frequenz/repo/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"flake8 == 6.1.0",
135135
"flake8-docstrings == 1.7.0",
136136
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
137-
"pydoclint == 0.2.4",
137+
"pydoclint == 0.3.1",
138138
"pydocstyle == 6.3.0",
139139
]
140140
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev-flake8 = [
4646
"flake8 == 6.1.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.3.0",
49+
"pydoclint == 0.3.1",
5050
"pydocstyle == 6.3.0",
5151
]
5252
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev-flake8 = [
4444
"flake8 == 6.1.0",
4545
"flake8-docstrings == 1.7.0",
4646
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
47-
"pydoclint == 0.3.0",
47+
"pydoclint == 0.3.1",
4848
"pydocstyle == 6.3.0",
4949
]
5050
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev-flake8 = [
4545
"flake8 == 6.1.0",
4646
"flake8-docstrings == 1.7.0",
4747
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
48-
"pydoclint == 0.3.0",
48+
"pydoclint == 0.3.1",
4949
"pydocstyle == 6.3.0",
5050
]
5151
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev-flake8 = [
4242
"flake8 == 6.1.0",
4343
"flake8-docstrings == 1.7.0",
4444
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
45-
"pydoclint == 0.3.0",
45+
"pydoclint == 0.3.1",
4646
"pydocstyle == 6.3.0",
4747
]
4848
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev-flake8 = [
4646
"flake8 == 6.1.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.3.0",
49+
"pydoclint == 0.3.1",
5050
"pydocstyle == 6.3.0",
5151
]
5252
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]

0 commit comments

Comments
 (0)