ScreenPyHQ / screenpy

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

#88: Ruff - Enable A through D #109

Closed perrygoy closed 1 year ago

perrygoy commented 1 year ago

This PR enables A–D of our selected rules in Ruff.

Notably it does not include flake8-annotations because we want to compare that one's messaging against mypy with its missing typing turned on. That will come after all these other ones!