Skip to content

Commit

Permalink
docs(req): ignore D205 error because it is hard to rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Sep 21, 2024
1 parent 7682f0f commit 948bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ def auto_parse_form_urlencoded(self) -> bool:
Falcon expects form-encoded request bodies to be
encoded according to the standard W3C algorithm (see
also https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#application%2Fx-www-form-urlencoded-encoding-algorithm).
"""
""" # noqa: D205
return self._auto_parse_form_urlencoded

Check warning on line 2457 in falcon/request.py

View check run for this annotation

Codecov / codecov/patch

falcon/request.py#L2457

Added line #L2457 was not covered by tests

@auto_parse_form_urlencoded.setter
Expand Down

0 comments on commit 948bec1

Please sign in to comment.