拍爱

pep8.sh 230B

12345678910
  1. #!/bin/bash
  2. # Ignoring autogenerated files
  3. # -- Migration directories
  4. # Ignoring error codes
  5. # -- E128 continuation line under-indented for visual indent
  6. # -- E501 line too long
  7. pep8 --exclude=migrations --ignore=E128,E501 .