mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
# Sort imports one per line, so autoflake can remove unused imports
|
|
isort --recursive --force-single-line-imports --apply app
|
|
sh ./scripts/format.sh
|