tools: Remove pydocstyle which has been superceeded by ruff
This commit is contained in:
parent
b5031417dc
commit
3913a49537
1 changed files with 1 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
tools_for_extensions = [
|
tools_for_extensions = [
|
||||||
[["py"], ["python_syntax", "python_unittests", "pytest", "pydoc", "mypy",
|
[["py"], ["python_syntax", "python_unittests", "pytest", "pydoc", "mypy",
|
||||||
"python_coverage", "pycodestyle", "pydocstyle", "pyflakes",
|
"python_coverage", "pycodestyle", "pyflakes",
|
||||||
"pylint", "python_gut", "python_mccabe", "bandit"]],
|
"pylint", "python_gut", "python_mccabe", "bandit"]],
|
||||||
# [["pyc"], ["pydisasm"]],
|
# [["pyc"], ["pydisasm"]],
|
||||||
[["pl", "pm", "t"], ["perl_syntax", "perldoc"]],
|
[["pl", "pm", "t"], ["perl_syntax", "perldoc"]],
|
||||||
|
|
@ -60,11 +60,6 @@ tools_for_extensions = [
|
||||||
url = "http://pycodestyle.pycqa.org/en/latest/"
|
url = "http://pycodestyle.pycqa.org/en/latest/"
|
||||||
command = "/usr/bin/python3.11 -m pycodestyle --max-line-length=100"
|
command = "/usr/bin/python3.11 -m pycodestyle --max-line-length=100"
|
||||||
|
|
||||||
[pydocstyle]
|
|
||||||
dependencies = ["python3-pydocstyle"]
|
|
||||||
url = "http://www.pydocstyle.org/en/2.1.1/usage.html"
|
|
||||||
command = "python3.11 -m pydocstyle --ignore=D1,D213"
|
|
||||||
|
|
||||||
[pyflakes]
|
[pyflakes]
|
||||||
dependencies = ["python3-pyflakes"]
|
dependencies = ["python3-pyflakes"]
|
||||||
url = "https://pypi.org/project/pyflakes/"
|
url = "https://pypi.org/project/pyflakes/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue