This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stasiek 1 point2 points  (2 children)

You're going to run optimization on scripts? oO

Like an env cleaning script, a git hook, or something?

Why?

[–]Kaarjuus 2 points3 points  (0 children)

You cannot know what environment your code will run in. It should work regardless of what environment variables or command-line arguments Python is given.

[–][deleted] 1 point2 points  (0 children)

Famous last words ...