File: format-code.sh

package info (click to toggle)
pyvirtualdisplay 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: python: 1,396; sh: 62; ruby: 39; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/bash
set -e
autoflake  -i -r --remove-all-unused-imports .
autoflake  -i -r --remove-unused-variables .
isort .
black .