You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use futurize as a linter of sorts, using its exit code to tell me when futurize detected that changes should be made (or were made, in the case of -w).
Currently, it seems to always exit with code 1.
I also notice that the last line printed is always 0, and doesn't seem to vary.
Thirdly, I sometimes see a "file x needs to be modified" even when no patches were suggested.
These issues combined mean that I can't achieve my above goal of using futurize as a 2+3 linter.
The text was updated successfully, but these errors were encountered:
I'd like to use futurize as a linter of sorts, using its exit code to tell me when futurize detected that changes should be made (or were made, in the case of -w).
Currently, it seems to always exit with code 1.
I also notice that the last line printed is always 0, and doesn't seem to vary.
Thirdly, I sometimes see a "file x needs to be modified" even when no patches were suggested.
These issues combined mean that I can't achieve my above goal of using futurize as a 2+3 linter.
The text was updated successfully, but these errors were encountered: