chore: move isort config to pyproject.toml

This commit is contained in:
jo 2022-12-07 12:57:39 +01:00 committed by Kyle Robbertze
parent 14beb885a3
commit 715144a92d
8 changed files with 30 additions and 2 deletions

View file

@ -1,3 +1,7 @@
[tool.isort]
profile = "black"
combine_as_imports = true
[tool.pylint.master]
load-plugins = "pylint_django"
django-settings-module = "libretime_api.settings.testing"