Skip to content

Commit

Permalink
Update dependency pylint to v3.3.1 (#297)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and speedyleion authored Oct 16, 2024
1 parent d9bf0c7 commit 70b0163
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev-dependencies= [
"pytest-cov==5.0.0",
"sphinxcontrib-autoprogram==0.1.9",
"types-docutils==0.20.0.20240310",
"pylint==3.0.0",
"pylint==3.3.1",
"furo>=2024.0.0",
]

Expand Down
2 changes: 2 additions & 0 deletions src/sphinx_c_autodoc/napoleon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CAutoDocString(GoogleDocstring):
sections of enums.
"""

# pylint: disable=too-many-positional-arguments
def __init__(
self,
docstring: Union[str, List[str]],
Expand Down Expand Up @@ -124,6 +125,7 @@ def _parse_nested_section(self, nested_title: str, section: str) -> List[str]:
return lines


# pylint: disable=too-many-positional-arguments
def process_autodoc_docstring(
app: Any,
what: str,
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70b0163

Please sign in to comment.