Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2024
1 parent 9e3d633 commit 9637938
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/null-ls/builtins/diagnostics/pydoclint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ return h.make_builtin({
name = "pydoclint",
meta = {
url = "https://github.com/jsh9/pydoclint",
description =
"Pydoclint is a Python docstring linter to check whether a docstring's sections (arguments, returns, raises, ...) match the function signature or function implementation.",
description = "Pydoclint is a Python docstring linter to check whether a docstring's sections (arguments, returns, raises, ...) match the function signature or function implementation.",
},
method = DIAGNOSTICS,
filetypes = { "python" },
Expand Down

0 comments on commit 9637938

Please sign in to comment.