Skip to content

Comments

fix: pydocstyle ignore parameters#247

Open
jlinkes wants to merge 1 commit intoklen:developfrom
jlinkes:fix-pydocstyle-ignore-decorators
Open

fix: pydocstyle ignore parameters#247
jlinkes wants to merge 1 commit intoklen:developfrom
jlinkes:fix-pydocstyle-ignore-decorators

Conversation

@jlinkes
Copy link

@jlinkes jlinkes commented Oct 26, 2023

The pydocstyle "ignore_decorators" configuration throws an error because we pass a string to pydocstyle's ConventionChecker.check_source() when it expects a regular expression object.

The pydocstyle "ignore_decorators" configuration throws an error because
we pass a string to pydocstyle's ConventionChecker.check_source() when
it expects a regular expression object.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant