Skip to content

Remove special pre-visit for module docstrings#9261

Merged
charliermarsh merged 1 commit intomainfrom
charlie/docstring
Dec 23, 2023
Merged

Remove special pre-visit for module docstrings#9261
charliermarsh merged 1 commit intomainfrom
charlie/docstring

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

This ensures that we visit the module docstring like any other string.

Closes #9260.

@charliermarsh charliermarsh added the bug Something isn't working label Dec 23, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 23, 2023

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check encountered linter errors. (no lint changes; 1 project error)

pypa/setuptools (error)

ruff failed
  Cause: 'quote-style = preserve' is a preview only feature. Run with '--preview' to enable it.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit 20def33 into main Dec 23, 2023
@charliermarsh charliermarsh deleted the charlie/docstring branch December 23, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

String rules don't run over module-level docstring

1 participant