File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
{{ cookiecutter.project_name.lower().replace(' ', '-') }} Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ classmethod-decorators = [
166166]
167167
168168[tool .ruff .lint .pycodestyle ]
169- # https://docs.astral.sh/ruff/settings/#pycodestyle
169+ # https://docs.astral.sh/ruff/settings/#lintpycodestyle
170170max-doc-length = 100
171171
172172[tool .ruff .lint .pydocstyle ]
173- # https://docs.astral.sh/ruff/settings/#pydocstyle
173+ # https://docs.astral.sh/ruff/settings/#lintpydocstyle
174174convention = " google"
175175
176176[tool .ruff .lint .pylint ]
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ disallow_untyped_defs = false
5252disallow_incomplete_defs = false
5353disallow_untyped_calls = false
5454{% if cookiecutter.install_pydantic %}
55- [tool .pydantic-mypy ] # https://pydantic-docs.helpmanual.io/mypy_plugin/#configuring-the-plugin
55+ [tool .pydantic-mypy ]
56+ # https://pydantic-docs.helpmanual.io/mypy_plugin/#configuring-the-plugin
5657init_forbid_extra = true
5758init_typed = true
5859warn_required_dynamic_aliases = true
@@ -180,8 +181,11 @@ classmethod-decorators = [
180181]
181182
182183[tool .ruff .lint .pycodestyle ]
183- # https://docs.astral.sh/ruff/settings/#lintpydocstyle
184+ # https://docs.astral.sh/ruff/settings/#lintpycodestyle
184185max-doc-length = 100
186+
187+ [tool .ruff .lint .pydocstyle ]
188+ # https://docs.astral.sh/ruff/settings/#lintpydocstyle
185189convention = " google"
186190
187191[tool .ruff .lint .pylint ]
You can’t perform that action at this time.
0 commit comments