summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@proton.me>2023-04-01 16:28:25 +0000
committerGitHub <noreply@github.com>2023-04-01 16:28:25 +0000
commit4d5d5178d6519df1449d031906e1d739c72101c9 (patch)
treebc8d92b5712f6894ae95ccc425d2a958d2d0b10b
parent906294126b1c0a7a0b13952a88e89dfa10643b92 (diff)
downloadisort-4d5d5178d6519df1449d031906e1d739c72101c9.tar.gz
Update pyproject.toml
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index be76db94..b066be8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -99,7 +99,7 @@ tests = ["tests", "*/tests"]
[tool.coverage.run]
branch = true
-source = ["git_portfolio", "tests"]
+source = ["isort", "tests"]
omit = [
"isort/_vendored/*",
"tests/*",