Skip to content

Commit 426c323

Browse files
fix: remove exceptions for playground
1 parent 91bc0d6 commit 426c323

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
205205
"tests/unit/locators/serializers/test_locator_string_representation.py" = ["E501"]
206206
"tests/unit/locators/test_locators.py" = ["E501"]
207207
"tests/unit/utils/test_image_utils.py" = ["E501"]
208-
"playground.py" = ["F401", "E501"]
209208

210209
[tool.ruff.lint.flake8-quotes]
211210
docstring-quotes = "double"

0 commit comments

Comments
 (0)