File: autopep8.sh

package info (click to toggle)
python-opem 1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,076 kB
  • sloc: python: 7,777; sh: 27; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
#!/bin/bash
python -m autopep8 opem --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
python -m autopep8 otherfile --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose