Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Created October 23, 2014 17:45
Show Gist options
  • Save ivamluz/8fe85e40e10a8027394b to your computer and use it in GitHub Desktop.
Save ivamluz/8fe85e40e10a8027394b to your computer and use it in GitHub Desktop.
Alias for checking syntax of Python files
alias pysyntaxcheck="python -m py_compile"
# Usage: pysyntaxcheck /path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment