openrewrite / rewrite-python

OpenRewrite recipes for Python.
Apache License 2.0
12 stars 5 forks source link

Call `requirePrintEqualsInput` from `PythonParser#parseInputs` #64

Closed timtebeek closed 11 months ago

timtebeek commented 11 months ago

What's changed?

Call requirePrintEqualsInput from PythonParser#parseInputs

What's your motivation?

Consistency with other parsers, and prevents accidental file modifications.

Any additional context

Depends on https://github.com/openrewrite/rewrite/pull/3459