chore: add isort pre-commit hook

This commit is contained in:
jo 2023-02-02 19:37:49 +01:00 committed by Jonas L
parent f8f6fda794
commit 3606bd2b2b
8 changed files with 15 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[tool.isort]
profile = "black"
combine_as_imports = true
known_first_party = ["libretime_api"]
[tool.pylint.master]
load-plugins = "pylint_django"