flake8-docstrings icon indicating copy to clipboard operation
flake8-docstrings copied to clipboard

Integration of pydocstyle and flake8 for combined linting and reporting

Results 3 flake8-docstrings issues
Sort by recently updated
recently updated
newest added

When I get D417 errors the list of missing argument is not displayed in the error message. It would be much more convenient to have the list of missing argument...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.16.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...25.12.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.21.2) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v3.2.0)

I noticed [pydocstyle](https://github.com/pycqa/pydocstyle) is deprecated and has been archived as of 11/03/2023. Wondering what that might mean for flake8-docstrings. The plugin will likely continue to function for quite some time...