Respect pydocstyle add-select and add-ignore settings - #722
Open
alloutflo wants to merge 1 commit into
Open
Conversation
Author
|
Maintainer handoff: the current head The focused tests, broader test run, Ruff checks, and generated-configuration validation are recorded in the PR description. Please approve the fork workflows when convenient; if an actual job then fails, I can address that concrete failure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #626
Summary
addSelectandaddIgnoreindependently of the selected basic error listaddIgnorewithselectandaddSelectwithignoreTests
pytest -q test/plugins/test_pydocstyle_lint.py(6 passed)pytest -o addopts="" -q test/ -k "not test_missing_message"(203 passed, 9 skipped, 1 deselected)ruff check pylsp testruff format --check pylsp testLocal baseline note
test_missing_messagehas an unrelated teardown error on the unchangeddevelopbranch with local Python 3.14 (configisNoneduring shutdown), so it was excluded from the second full-suite run after confirming the same behavior against the baseline.