Add isort pre-commit hook

Sort import statement in python files

See https://github.com/PyCQA/isort
This commit is contained in:
jo 2021-06-03 15:20:39 +02:00
parent b75d9e5c59
commit 01fbd1e8b9
75 changed files with 282 additions and 232 deletions

View file

@ -1,12 +1,12 @@
import logging
import os
import time
import shutil
import sys
import logging
import time
from subprocess import PIPE, Popen
from configobj import ConfigObj
from subprocess import Popen, PIPE
from api_clients import api_client as apc
from configobj import ConfigObj
"""
The purpose of this script is that you can run it, and it will compare what the database has to what your filesystem