Skip to content

Instantly share code, notes, and snippets.

@BenBrostoff
Last active September 20, 2020 19:53
Show Gist options
  • Save BenBrostoff/ef5d45dd542e8b38ecabc6512b8167a7 to your computer and use it in GitHub Desktop.
Save BenBrostoff/ef5d45dd542e8b38ecabc6512b8167a7 to your computer and use it in GitHub Desktop.
Go through all the Python files
for i in $(find . -name '*.py'); do python-modernize -wn -f default "$i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment