File: format.sh

package info (click to toggle)
qcelemental 0.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,516 kB
  • sloc: python: 61,331; sh: 8; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e

set -x

poetry run autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place . --exclude=__init__.py
poetry run black .
poetry run isort .