Skip to content

Commit

Permalink
Ignore line-too-long
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenkrane committed Aug 3, 2023
1 parent ecba9ef commit 6db3558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_response_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_schema() -> None:
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MyCamelCasePydanticModel"
"$ref": "#/components/schemas/MyCamelCasePydanticModel" # noqa: E501
}
}
},
Expand Down

0 comments on commit 6db3558

Please sign in to comment.