commit: 6528fb75b639ae1d50eb9580b80aa48e0a449927 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Oct 5 23:46:55 2023 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Thu Oct 5 23:46:55 2023 +0000 URL: https://gitweb.gentoo.org/proj/elogv.git/commit/?id=6528fb75
pyproject.toml: Add isort configuration Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 89d35e5..755d294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,7 @@ homepage = "https://gitweb.gentoo.org/proj/elogv.git/" [tool.black] include = "(elogv|setup.py)" extend_exclude = "(man|po|.*.egg-info)" + +[tool.isort] +profile = "black" +src_paths = ["elogv"]
