盈多

pep8.sh 248B

    #!/bin/bash # Ignoring autogenerated files # -- Migration directories # Ignoring error codes # -- E128 continuation line under-indented for visual indent # -- E501 line too long pycodestyle --exclude=build,migrations,.tox --ignore=E128,E501 .