Drop flake8-docstrings

It depends on pydocstyle which was deprecated and archived. See [1]
where it was indicated that the plugin is also being dead.

[1] https://github.com/PyCQA/flake8-docstrings/issues/68

Change-Id: I7e4927fd29545a35427b56ca7d4737503507ad2d
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami 2025-10-03 01:13:06 +09:00
parent be6c506939
commit ce7e987b5f

View file

@ -1,5 +1,4 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
flake8-docstrings==1.7.0 # MIT
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD