linters: Remove pydocstyle from linter checks

Pydocstyle has been deprecated is no longer in development. It is also
not a requirement for Ansible tests.

This patch removes pydocstyle from current checks performed.
This commit is contained in:
Rafael Guterres Jeffman
2024-11-06 15:15:53 -03:00
parent 33c1c00643
commit 24569b850a
5 changed files with 0 additions and 26 deletions

View File

@@ -5,6 +5,5 @@ flake8==7.0.0
flake8-bugbear
pylint>=3.2
wrapt==1.14.1
pydocstyle==6.3.0
yamllint==1.35.1
ansible-lint>=24.5.0