Add isort pre-commit hook
Sort import statement in python files See https://github.com/PyCQA/isort
This commit is contained in:
parent
b75d9e5c59
commit
01fbd1e8b9
75 changed files with 282 additions and 232 deletions
|
@ -1,12 +1,14 @@
|
|||
""" Runs Airtime liquidsoap
|
||||
"""
|
||||
import argparse
|
||||
import os
|
||||
from . import generate_liquidsoap_cfg
|
||||
import logging
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
from pypo import pure
|
||||
|
||||
from . import generate_liquidsoap_cfg
|
||||
|
||||
PYPO_HOME = "/var/tmp/airtime/pypo/"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue