ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

Lint test fails due to updated ruff rules #121

Closed bandophahita closed 7 months ago

bandophahita commented 7 months ago

One of the most recent ruff updates negated the need for # noqa: A003.

screenpy/actor.py:233:41: RUF100 [*] Unusednoqadirective (unused:A003)

https://github.com/ScreenPyHQ/screenpy/blob/870dee429257c6f7eac6d3676bf7e4c57eb43113/screenpy/actor.py#L233-L235