Fixed a broken url link.
This commit is contained in:
parent
402cdf3994
commit
a320992b87
2 changed files with 2 additions and 2 deletions
|
|
@ -384,7 +384,7 @@ def pycodestyle(path):
|
|||
|
||||
|
||||
@deps(deps={"python-pydocstyle", "python3-pydocstyle"},
|
||||
url="python-pydocstyle")
|
||||
url="python3-pydocstyle")
|
||||
def pydocstyle(path):
|
||||
return _run_command([_python_version(path), "-m", "pydocstyle", path])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue