File tree Expand file tree Collapse file tree 9 files changed +13
-0
lines changed
{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test
model/frequenz-model-test Expand file tree Collapse file tree 9 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5454- Make the ` nox-cross-arch-all ` job fail if any ` nox-cross-arch ` matrix job fails.
5555- Fix credentials not being passed to the ` test-installation ` job in the CI workflow.
5656- Make sure credentials are configured for all jobs that check out the repository in the CI workflow.
57+ - Disable the new ` check-class-attributes ` check in pydoclint 0.5.3, as we use a different way to document class attributes.
Original file line number Diff line number Diff line change 241241manual_step " Please make sure to remove or uncomment the options to the 'gh-action-setup-git' action in the '.github/workflows/ci.yaml'"
242242grep -n " TODO(cookiecutter)" -- .github/workflows/ci.yaml .github/containers/test-installation/Dockerfile
243243
244+ echo " ========================================================================"
245+
246+ echo " Disabling new pydoclint's check-class-attributes check in "
247+ sed -i " /^allow-init-docstring/a check-class-attributes = false" pyproject.toml
248+
244249# Add a separation line like this one after each migration step.
245250echo " ========================================================================"
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ check-yield-types = false
148148arg-type-hints-in-docstring = false
149149arg-type-hints-in-signature = true
150150allow-init-docstring = true
151+ check-class-attributes = false
151152
152153[tool .pylint .similarities ]
153154ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ check-yield-types = false
146146arg-type-hints-in-docstring = false
147147arg-type-hints-in-signature = true
148148allow-init-docstring = true
149+ check-class-attributes = false
149150
150151[tool .pylint .similarities ]
151152ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ check-yield-types = false
122122arg-type-hints-in-docstring = false
123123arg-type-hints-in-signature = true
124124allow-init-docstring = true
125+ check-class-attributes = false
125126
126127[tool .pylint .similarities ]
127128ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ check-yield-types = false
117117arg-type-hints-in-docstring = false
118118arg-type-hints-in-signature = true
119119allow-init-docstring = true
120+ check-class-attributes = false
120121
121122[tool .pylint .similarities ]
122123ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ check-yield-types = false
121121arg-type-hints-in-docstring = false
122122arg-type-hints-in-signature = true
123123allow-init-docstring = true
124+ check-class-attributes = false
124125
125126[tool .pylint .similarities ]
126127ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ check-yield-types = false
118118arg-type-hints-in-docstring = false
119119arg-type-hints-in-signature = true
120120allow-init-docstring = true
121+ check-class-attributes = false
121122
122123[tool .pylint .similarities ]
123124ignore-comments = [' yes' ]
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ check-yield-types = false
122122arg-type-hints-in-docstring = false
123123arg-type-hints-in-signature = true
124124allow-init-docstring = true
125+ check-class-attributes = false
125126
126127[tool .pylint .similarities ]
127128ignore-comments = [' yes' ]
You can’t perform that action at this time.
0 commit comments