Skip to content

Commit 70b0163

Browse files
Update dependency pylint to v3.3.1 (#297)
* Update dependency pylint to v3.3.1 * Add pylint exclusions for externally defined functions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nick <speedyleion@users.noreply.github.com>
1 parent d9bf0c7 commit 70b0163

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev-dependencies= [
3535
"pytest-cov==5.0.0",
3636
"sphinxcontrib-autoprogram==0.1.9",
3737
"types-docutils==0.20.0.20240310",
38-
"pylint==3.0.0",
38+
"pylint==3.3.1",
3939
"furo>=2024.0.0",
4040
]
4141

src/sphinx_c_autodoc/napoleon/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class CAutoDocString(GoogleDocstring):
2121
sections of enums.
2222
"""
2323

24+
# pylint: disable=too-many-positional-arguments
2425
def __init__(
2526
self,
2627
docstring: Union[str, List[str]],
@@ -124,6 +125,7 @@ def _parse_nested_section(self, nested_title: str, section: str) -> List[str]:
124125
return lines
125126

126127

128+
# pylint: disable=too-many-positional-arguments
127129
def process_autodoc_docstring(
128130
app: Any,
129131
what: str,

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)